Delphi (TCIntf.pas)
| function TCVcsIsFileArchived( FileName: String; var ID: Cardinal ): Boolean;
|
Parameters
|
Name
|
Description
|
|
FileName
|
Full path to the local file
|
|
ID (Out)
|
If the file is archived, returns the ID of the file.
|
Return Value
True if the file is already archived.
Exported
|
|
| function TCVcsIsFileArchived( pFileName: PChar; var ID: Cardinal ): Boolean; stdcall;
|
© 1995-2011 Quality Software Components Ltd