This action allows you to check out files from a Visual Source Safe database. For detailed descriptions of the options available, see your Visual Source Safe 6.0 documentation or MSDN.

How to override Global Options for the Source Safe actions.

Scripting Info

The Action properties available are :

property  Recursive : WordBool;// Recurse sub projects, checking out files/project which match the filespec

property  FileSpec : WideString;// The file specification for files to check out , you may use wildcards in this

property  WorkingFolder : WideString;// The folder where the local copy will be placed.

property  SSProject : WideString;// The name of the source safe project, eg. $/test/subpoject

property  BuildTree : WordBool;// Build the local folders using the project names, overrides the working folders

property  FileTime : integer; // Determines which time to set on files,

   valid values are : ssDefault,ssCurrent,ssModification,ssCheckIn

property  ReplaceWritable : integer;//  Determines how to handle local files that are already writeable,

   //  valid values are : ssReplace, ssSkip, ssMerge

property  UserID : WideString;// Source Safe User ID, only needed if you do not want to use the default

property  Password : WideString;// Source Safe pwd for above user id.

property  IniFile : WideString;// path to source safe ini file (if you do not want to use the default

  • No labels