C# Класс TrakHound.Tools.FileSystem_Functions

Показать файл Открыть проект

Открытые методы

Метод Описание
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