I have:
var myFile = air.File.desktopDirectory.resolvePath("MyFile.txt");
But I need to replace
desktopDirectory
with
e.storageVolume.rootDirectory.nativePath
I have:
var myFile = air.File.desktopDirectory.resolvePath("MyFile.txt");
But I need to replace
desktopDirectory
with
e.storageVolume.rootDirectory.nativePath