Hi ,
I want to browse a file from user system to my application.For this I
am using below two codes and its working perfectly.
private var file:File = new File().resolvePath();
file.browseForOpen();
But I want to give a default path in my application so that user no
need to go here and there.
For that also I can provide a default path like this:
private var file:File = new File().resolvePath("c:\\");
But my problem is that application need to browse only external
hardware means peripheral devices and for this I dont know how to give
a default path .Since this path will depend on the number of drives in
the user system.
So ,can anyone tell me how to solve this problem?
Regards
Dileep
--~--~---------~--~----~------------~-------~--~----~
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=en
-~----------~----~----~----~------~----~------~--~---