C# Class Nanook.TheGhost.FileHelper

Afficher le fichier Open project: Nanook/TheGHOST

Méthodes publiques

Méthode Description
Delete ( string path ) : void
Delete ( string path, double lockWaitMs ) : void
Delete ( string path, double lockWaitMs, bool exceptionOnFail ) : void
Move ( string src, string dst ) : void
Move ( string src, string dst, double lockWaitMs ) : void
Move ( string src, string dst, double lockWaitMs, bool exceptionOnFail ) : void

Method Details

Delete() public static méthode

public static Delete ( string path ) : void
path string
Résultat void

Delete() public static méthode

public static Delete ( string path, double lockWaitMs ) : void
path string
lockWaitMs double
Résultat void

Delete() public static méthode

public static Delete ( string path, double lockWaitMs, bool exceptionOnFail ) : void
path string
lockWaitMs double
exceptionOnFail bool
Résultat void

Move() public static méthode

public static Move ( string src, string dst ) : void
src string
dst string
Résultat void

Move() public static méthode

public static Move ( string src, string dst, double lockWaitMs ) : void
src string
dst string
lockWaitMs double
Résultat void

Move() public static méthode

public static Move ( string src, string dst, double lockWaitMs, bool exceptionOnFail ) : void
src string
dst string
lockWaitMs double
exceptionOnFail bool
Résultat void