Share via


File_Types Initialization Variable

Specifies the types of files that are listed as possible choices in several Visual SourceSafe dialog boxes, for example, the Add File to <name> dialog box.

Syntax

File_Types = <file group>(filetype1, filetype2,…)

Remarks

You can set the file types in an initialization file directly, using a comma-delimited list, or in Visual SourceSafe Explorer. In Visual SourceSafe Explorer, use the SourceSafe Options dialog box, File Types tab.

Examples

Defines two entries in the selection list for files, C Files (.c and .h) and Batch Files (.bat):

File_Types = C Files (*.C; *.H), Batch Files (*.BAT)

See Also

Reference

Add File to <name> Dialog Box (Explorer)
SourceSafe Options Dialog Box, File Types Tab (Administrator and Explorer)

Other Resources

Initialization Variables