Binary_Masks Initialization Variable

Sets binary file storage for certain file types. This variable overrides the automatic detection by Visual SourceSafe of text and binary files.

Syntax

Binary_Masks = <mask[, additional masks]>

Remarks

Normally, Visual SourceSafe checks the contents of a file when it is being added or checked in to determine whether the file contains text or binary data. This check can be time-consuming for large files. Setting the Binary_Masks variable speeds up the Visual SourceSafe Explorer Add Files and Check In commands for files that you know to be of a certain type.

You can set this variable in your Ss.ini file directly or in Visual SourceSafe Explorer. In Visual SourceSafe Explorer, use the SourceSafe Options dialog box, File Types tab to specify which types of files are binary.

Examples

Specifies that any files with the .obj and .xls extensions are binary files:

Binary_Masks = *.OBJ, *.XLS

See Also

Reference

SourceSafe Options Dialog Box, File Types Tab (Administrator and Explorer)

Other Resources

Initialization Variables