Yes, in general, you should not use native path (as that wont work  
across operating system).

If possible you should try and use some of the built in File APIs for  
creating the path to your files.

mike chambers

[EMAIL PROTECTED]

On Nov 8, 2007, at 6:03 AM, Adnan Doric wrote:

> 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
> >
> >
>
>
> 

Reply via email to