Thank you I solved the problem by using file.url (file:///...). I think there was an issue using nativepath I can't remember the right syntax I used (tried so many things), but reading from same path was possible.
Adnan Mike Chambers wrote: > Can you post your code? > > Mike Chambers > > > Sent by GoodLink (www.good.com) > > > -----Original Message----- > From: Adnan Doric [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 08, 2007 03:59 AM Pacific Standard Time > To: [email protected] > Subject: [flexcoders] [ AIR ] Create files on local system possible ? > > Hello, > > I can read and write existing files on local system, but if I try to > save (create) to a file that does non exist, I get the following error : > > Error #3003: File or directory does not exist. > > How to create a file on local system if it does not exists please ? > > Thank you in advance, > Adnan > >

