C# Class TrakHound.Tools.FileSystem_Functions

Exibir arquivo Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
DeleteDirectory ( string path ) : void

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

IsFileLocked ( string filepath ) : bool

Method Details

DeleteDirectory() public static method

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

IsFileLocked() public static method

public static IsFileLocked ( string filepath ) : bool
filepath string
return bool