C# Class withSIX.Core.PathExtensions

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
MakeSureParentPathExists ( this subPath, bool retry = true ) : void
MakeSurePathExists ( this path ) : void
MakeSurePathExistsWithRetry ( this path ) : void
RemoveReadonlyWhenExists ( this path ) : void

Method Details

MakeSureParentPathExists() public static méthode

public static MakeSureParentPathExists ( this subPath, bool retry = true ) : void
subPath this
retry bool
Résultat void

MakeSurePathExists() public static méthode

public static MakeSurePathExists ( this path ) : void
path this
Résultat void

MakeSurePathExistsWithRetry() public static méthode

public static MakeSurePathExistsWithRetry ( this path ) : void
path this
Résultat void

RemoveReadonlyWhenExists() public static méthode

public static RemoveReadonlyWhenExists ( this path ) : void
path this
Résultat void