You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: file/CheckExistsPaht.as
+38-6Lines changed: 38 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,63 @@ package file
3
3
import flash.filesystem.File;
4
4
publicclassCheckExistsPaht
5
5
{
6
-
/**applicationStorageDirectory*/
6
+
/**applicationStorageDirectory. will creates a directory on userDirectory for androids and applicationStorageDirectory for other platforms, then return a File pointed to your requested Name*/
/**applicationStorageDirectory. will creates a directory on applicationStorageDirectory for androids and userDirectory for other platforms, then return a File pointed to your requested Name*/
0 commit comments