Beispiel #1
0
 public void CopyTo(DirectoryEntry parent, JsString newName, EntryCallback successCallback, FileErrorCallback errorCallback) { }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="name">The name of the file system.</param>
 /// <param name="root">The root directory of the file system.</param>
 public DOMFileSystem(JsString name, DirectoryEntry root) { }
Beispiel #3
0
 public void MoveTo(DirectoryEntry parent, JsString newName, EntryCallback successCallback) { }