EOD Blog of a Programmer
Hello,I am trying to search a TFS command line which will help me to figure it out whether that file exist or not in the given path which would be kind of similary functionality like workspaces.I am doing this in ant
If you want to search TFS directory and not your local directory,tf dir "tfs file path"may help.
Hello,
ReplyDeleteI am trying to search a TFS command line which will help me to figure it out whether that file exist or not in the given path which would be kind of similary functionality like workspaces.
I am doing this in ant
If you want to search TFS directory and not your local directory,
ReplyDeletetf dir "tfs file path"
may help.