6/22/2010 12:00:24 AM
Title:
Air:copy Dir from src/assets To Desktop
hii...
i need to copy dir from my assets folder (in my project src) to System desktop.
can any one help me?
note:- i got success to copy dir from desktopDirectory to desktopDirectory
(mins from desktop to desktop ) but i need to copy it ...from applicationDirectory to desktopDirectory.
plz help
thanks
6/22/2010 1:19:38 AM
hey friend i got one eagy solution
appDir.copyTo(newLoc);
but if same name dir already at my desktop this method give error
if any one have any other solution or how can we remove this error?
6/22/2010 3:35:23 AM
check this article for directory merging in adobe air application, I think you have a similar problem
http://cookbooks.adobe.com/post_Merge_two_directories-12466.html
6/22/2010 3:38:20 AM
I hope this helps you, its related to working with directories in flex
http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7d8e.html