Метод | Описание | |
---|---|---|
GetArchiver ( ) : string | ||
GetDirPath ( string path ) : string | ||
GetFilename ( string path ) : string | ||
SendToRecycleBin ( string path ) : bool |
Send file to recycle bin. Display dialog, display warning if files are too big to fit (FOF_WANTNUKEWARNING)
|
Метод | Описание | |
---|---|---|
SHFileOperation ( SHFILEOPSTRUCT &FileOp ) : int | ||
Send ( string path, FileOperationFlags flags ) : bool |
Send file to recycle bin
|
public static GetDirPath ( string path ) : string | ||
path | string | |
Результат | string |
public static GetFilename ( string path ) : string | ||
path | string | |
Результат | string |
public static SendToRecycleBin ( string path ) : bool | ||
path | string | Location of directory or file to recycle |
Результат | bool |