C# Class TrakHound.Tools.FileSystem_Functions

Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Méthode 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 méthode

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

IsFileLocked() public static méthode

public static IsFileLocked ( string filepath ) : bool
filepath string
Résultat bool