Skip to content

FileOperationType

FileOperationType = "copy" | "move" | "delete" | "rename" | "createFile" | "createDirectory" | "writeFile"

Defined in: namespaces.ts:65

File operation types that can be hooked.