BrawlCrate v0.41
Wii File Editor
|
A modification of David Amenta's RecycleBin code More...
Public Types | |
enum | FileOperationFlags : ushort |
Possible flags for the SHFileOperation method. More... | |
enum | FileOperationType : uint |
File Operation Function Type for SHFileOperation More... | |
Static Public Member Functions | |
static bool | Copy (string path1, string path2, bool deleteFirst=false, bool confirmOverwrite=true) |
static bool | Rename (string path1, string path2) |
static bool | Delete (string path, FileOperationFlags flags) |
Send file to recycle bin More... | |
static bool | Delete (string path) |
Send file to recycle bin; display warning if files are too big to fit (FOF_WANTNUKEWARNING) More... | |
static string | SanitizeFilename (string filename) |
A modification of David Amenta's RecycleBin code
Possible flags for the SHFileOperation method.
File Operation Function Type for SHFileOperation
|
inlinestatic |
|
inlinestatic |
Send file to recycle bin; display warning if files are too big to fit (FOF_WANTNUKEWARNING)
path | Location of directory or file to recycle |
|
inlinestatic |
Send file to recycle bin
path | Location of directory or file to recycle |
flags | FileOperationFlags to add in addition to FOF_ALLOWUNDO |
|
inlinestatic |
|
inlinestatic |