Quantcast
Viewing all articles
Browse latest Browse all 93817

Re: iOS 8 - FileStream throwing error 2038 on open for write?

Does it make a difference if you replace:

var storagePath:File = new File(File.applicationDirectory.nativePath + "/\.\./Documents"); 

with:

var storagePath:File =  File.documentsDirectory;

??

You should really be using File.documentsDirectory and not that assumption about walking up from a relative path from File.applicationDirectory anyway.


Viewing all articles
Browse latest Browse all 93817

Trending Articles