tags:

views:

17

answers:

0

I have:

var myFile = air.File.desktopDirectory.resolvePath("MyFile.txt");

But I need to replace

desktopDirectory 

with

e.storageVolume.rootDirectory.nativePath

related questions