C# Класс withSIX.Core.PathExtensions

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

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

Метод Описание
MakeSureParentPathExists ( this subPath, bool retry = true ) : void
MakeSurePathExists ( this path ) : void
MakeSurePathExistsWithRetry ( this path ) : void
RemoveReadonlyWhenExists ( this path ) : void

Описание методов

MakeSureParentPathExists() публичный статический Метод

public static MakeSureParentPathExists ( this subPath, bool retry = true ) : void
subPath this
retry bool
Результат void

MakeSurePathExists() публичный статический Метод

public static MakeSurePathExists ( this path ) : void
path this
Результат void

MakeSurePathExistsWithRetry() публичный статический Метод

public static MakeSurePathExistsWithRetry ( this path ) : void
path this
Результат void

RemoveReadonlyWhenExists() публичный статический Метод

public static RemoveReadonlyWhenExists ( this path ) : void
path this
Результат void