TFSConfig Recover /ConfigurationDB:tfsserver\SQLR2;Tfs_Configuration /CollectionDB:tfsserver\SQLR2;Tfs_collectionName
пятница, 17 февраля 2012 г.
regex last \ in path replace with file prefix
private
string GenFileName(string
SourceFile)
{
//
last slash(\) replace with slash and file prifix (\TMP_)
return
Regex.Replace(SourceFile, @"\\(?=[^\\]*$)", @"\TMP_");
}
Подписаться на:
Сообщения (Atom)