How close file?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/03/2003 at 08:08, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 7.1
Platform: Windows ;
Language(s) : C.O.F.F.E.E ;---------
I find a function for opening a file, but close it... how ? I must close the modeler so the filehandle gets closed -- that's very inconvenient ! -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/03/2003 at 09:23, xxxxxxxx wrote:
I believe a function BaseFile::Close() has been added in 7.303. Otherwise you can just wait for the garbage collection, as it will close the file.