C# 클래스 Wallcreeper.Misc

파일 보기 프로젝트 열기: Winterstark/Wallcreeper

공개 메소드들

메소드 설명
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

메소드 상세

GetArchiver() 공개 정적인 메소드

public static GetArchiver ( ) : string
리턴 string

GetDirPath() 공개 정적인 메소드

public static GetDirPath ( string path ) : string
path string
리턴 string

GetFilename() 공개 정적인 메소드

public static GetFilename ( string path ) : string
path string
리턴 string

SendToRecycleBin() 공개 정적인 메소드

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
리턴 bool