Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 !
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.