Method | Description | |
---|---|---|
AddFile ( string path, |
||
DeleteDirectory ( string path, bool recursive = false ) : void | ||
DeleteFile ( string path ) : void | ||
TfsFileSystem ( ITfsWorkspace workspace, string path ) : System.IO | ||
TfsFileSystem ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : System.IO |
Method | Description | |
---|---|---|
EnsureDirectory ( string path ) : void |
Method | Description | |
---|---|---|
DeleteItem ( string path, RecursionType recursionType ) : bool |
public AddFile ( string path, |
||
path | string | |
stream | ||
return | void |
public DeleteDirectory ( string path, bool recursive = false ) : void | ||
path | string | |
recursive | bool | |
return | void |
protected EnsureDirectory ( string path ) : void | ||
path | string | |
return | void |
public TfsFileSystem ( ITfsWorkspace workspace, string path ) : System.IO | ||
workspace | ITfsWorkspace | |
path | string | |
return | System.IO |
public TfsFileSystem ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : System.IO | ||
workspace | Microsoft.TeamFoundation.VersionControl.Client.Workspace | |
path | string | |
return | System.IO |