Interface IFileOperations | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Interface for defining how to handle file/directory deletion, rename and newing attempts inFileDialog.
public interface IFileOperations
Methods
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.