I found a solution:
Use this code:
try
{
VaultClientFolder vcfolder = ServerOperations.ProcessCommandListFolder(repositoryFolderPath, false);
if (vcfolder.FullPath == null)
{
ServerOperations.ProcessCommandCreateFolder(repositoryFolderPath);
}
}
catch
{
ServerOperations.ProcessCommandCreateFolder(repositoryFolderPath);
}
Valut CommandLine delete local copy after CHECKIN
Moderator: SourceGear
Re: Valut CommandLine delete local copy after CHECKIN
Thanks for letting us know!
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager