View Single Post
  #2 (permalink)  
Old 10-09-2006, 07:27 AM
SWFKit SWFKit is offline
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Is this a File object bug? Expiry option has bugs?

1. No, it is not right.

2. To create a file and write data to it, you must use the "FileStream" object. The "File" object can only be used to handle an existent file.
Reply With Quote