You can't unless you're using AIR. A FileReference can only read a file from your local drive if it was obtained through the .browse method.
If you switch to AIR + Flex, you have a File object, which can refer to any file. On Nov 20, 2:48 am, surendra <[email protected]> wrote: > Hi, > > How can i get the File Object of a file which is in particular path > > Eg : C:\xxxx\yyyy\aaa.txt > > with out browsing the file by using the file path how can i get the > file Object of a file which was given in path. > Using Flex & AS. > > with Regards, > surendra. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=.

