메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
EnsureDirectory ( string path ) : void |
메소드 | 설명 | |
---|---|---|
DeleteItem ( string path, RecursionType recursionType ) : bool |
public AddFile ( string path, |
||
path | string | |
stream | ||
리턴 | void |
public DeleteDirectory ( string path, bool recursive = false ) : void | ||
path | string | |
recursive | bool | |
리턴 | void |
public TfsFileSystem ( ITfsWorkspace workspace, string path ) : System.IO | ||
workspace | ITfsWorkspace | |
path | string | |
리턴 | System.IO |
public TfsFileSystem ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : System.IO | ||
workspace | Microsoft.TeamFoundation.VersionControl.Client.Workspace | |
path | string | |
리턴 | System.IO |