Make drag-and-drop follow Windows Explorer and refresh the tree after folder operations.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -85,6 +85,8 @@ public interface IShellFileOperations
|
||||
{
|
||||
void Open(string path);
|
||||
bool DeleteToRecycleBin(IReadOnlyList<string> paths, out string? error);
|
||||
bool Delete(IReadOnlyList<string> paths, bool recycle, out string? error);
|
||||
bool CreateShortcut(string targetPath, string shortcutPath, out string? error);
|
||||
bool CopyFileWithProgress(string source, string destination, bool overwrite, IProgress<long>? progress, CancellationToken cancellationToken, out string? error);
|
||||
bool MoveFileWithProgress(string source, string destination, bool overwrite, IProgress<long>? progress, CancellationToken cancellationToken, out string? error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user