Interface IFileOperations
Interface for defining how to handle file/directory deletion, rename and newing attempts in FileDialog.
public interface IFileOperations
Methods
- Delete(IEnumerable<IFileSystemInfo>)
Specifies how to handle file/directory deletion attempts in FileDialog.
- New(IFileSystem, IDirectoryInfo)
Specifies how to handle 'new directory' operation in FileDialog.
- Rename(IFileSystem, IFileSystemInfo)
Specifies how to handle file/directory rename attempts in FileDialog.