Scripting

scc_file_exists (Tcl Script API Function)



The scc_file_exists function has the following format:

Syntax scc_file_exists <file name>
Arguments

<file name>

The name of the file you want to determine exists in the revision control system.

Return Value

Code Name Code String Return
TCL_OK 0 scc_file_exists( <file> ) no
TCL_ERROR 1 scc_file_exists( <file> ) yes
TCL_ERROR 1 scc_file_exists( <file> ) error: <revision control system error>
TCL_ERROR 1 error: unable to write to log file
Description Determines whether any version of the specified file exists in the revision control system.


Back to Top

- PLDWorld -

 

Created by chm2web html help conversion utility.