Polished the BCL; started FileSystem.ios

This commit is contained in:
atanasovg
2014-03-21 16:15:04 +02:00
parent ca201cf9d7
commit 001d828eaa
6 changed files with 118 additions and 99 deletions

View File

@ -12,7 +12,7 @@
/**
* Gets the Folder object representing the parent of this entity. Will be null for a root folder like Documents or Temporary.
*/
public getParent(onSuccess: (folder: Folder) => any, onError?: (error: any) => any);
public getParent(onError?: (error: any) => any): Folder;
/**
* Deletes the current Entity from the file system.
*/