C# Class withSIX.Core.PathExtensions

Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method 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 method

public static MakeSureParentPathExists ( this subPath, bool retry = true ) : void
subPath this
retry bool
return void

MakeSurePathExists() public static method

public static MakeSurePathExists ( this path ) : void
path this
return void

MakeSurePathExistsWithRetry() public static method

public static MakeSurePathExistsWithRetry ( this path ) : void
path this
return void

RemoveReadonlyWhenExists() public static method

public static RemoveReadonlyWhenExists ( this path ) : void
path this
return void