C# Class Microsoft.TeamFoundation.VersionControl.Client.FileHelper

Afficher le fichier Open project: Indomitable/monodevelop-tfs-addin

Méthodes publiques

Méthode Description
Delete ( ItemType itemType, string source ) : bool
Exists ( string path ) : bool
FileCopy ( string source, string destination ) : bool
FileDelete ( string source ) : bool
FileMove ( string source, string destination ) : bool
FileMove ( string source, string destination, bool overrideDetination ) : bool
FolderDelete ( string source ) : bool
FolderMove ( string source, string destination ) : bool
FolderMove ( string source, string destination, bool overrideDetination ) : bool
HasFile ( string path ) : bool
HasFolder ( string path ) : bool

Method Details

Delete() public static méthode

public static Delete ( ItemType itemType, string source ) : bool
itemType ItemType
source string
Résultat bool

Exists() public static méthode

public static Exists ( string path ) : bool
path string
Résultat bool

FileCopy() public static méthode

public static FileCopy ( string source, string destination ) : bool
source string
destination string
Résultat bool

FileDelete() public static méthode

public static FileDelete ( string source ) : bool
source string
Résultat bool

FileMove() public static méthode

public static FileMove ( string source, string destination ) : bool
source string
destination string
Résultat bool

FileMove() public static méthode

public static FileMove ( string source, string destination, bool overrideDetination ) : bool
source string
destination string
overrideDetination bool
Résultat bool

FolderDelete() public static méthode

public static FolderDelete ( string source ) : bool
source string
Résultat bool

FolderMove() public static méthode

public static FolderMove ( string source, string destination ) : bool
source string
destination string
Résultat bool

FolderMove() public static méthode

public static FolderMove ( string source, string destination, bool overrideDetination ) : bool
source string
destination string
overrideDetination bool
Résultat bool

HasFile() public static méthode

public static HasFile ( string path ) : bool
path string
Résultat bool

HasFolder() public static méthode

public static HasFolder ( string path ) : bool
path string
Résultat bool