mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Polished the BCL; started FileSystem.ios
This commit is contained in:
2
FileSystem/file_system.d.ts
vendored
2
FileSystem/file_system.d.ts
vendored
@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user