Ejemplo n.º 1
0
 /// <summary>
 ///  Copy a directory to a different location on the file system.
 /// </summary>
 public void copyTo(DirectoryEntry parent, string newName, Action<DirectoryEntry> successCallback, Action<FileError> errorCallback) { }
Ejemplo n.º 2
0
 /// <summary>
 ///  Copy a file to a different location on the file system.
 /// </summary>
 public void copyTo(DirectoryEntry parent, string newName, Action <FileEntry> successCallback, Action <FileError> errorCallback)
 {
 }