C# Class Wallcreeper.Misc

Afficher le fichier Open project: Winterstark/Wallcreeper

Méthodes publiques

Méthode Description
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)

Private Methods

Méthode Description
SHFileOperation ( SHFILEOPSTRUCT &FileOp ) : int
Send ( string path, FileOperationFlags flags ) : bool

Send file to recycle bin

Method Details

GetArchiver() public static méthode

public static GetArchiver ( ) : string
Résultat string

GetDirPath() public static méthode

public static GetDirPath ( string path ) : string
path string
Résultat string

GetFilename() public static méthode

public static GetFilename ( string path ) : string
path string
Résultat string

SendToRecycleBin() public static méthode

Send file to recycle bin. Display dialog, display warning if files are too big to fit (FOF_WANTNUKEWARNING)
public static SendToRecycleBin ( string path ) : bool
path string Location of directory or file to recycle
Résultat bool