/// <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) { }
/// <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) { }