C# 클래스 TrakHound.Tools.FileSystem_Functions

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
DeleteDirectory ( string path ) : void

Delete directory and all of its contents without sending to Recycle Bin

IsFileLocked ( string filepath ) : bool

메소드 상세

DeleteDirectory() 공개 정적인 메소드

Delete directory and all of its contents without sending to Recycle Bin
public static DeleteDirectory ( string path ) : void
path string
리턴 void

IsFileLocked() 공개 정적인 메소드

public static IsFileLocked ( string filepath ) : bool
filepath string
리턴 bool