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