ISInterface:FindFileSet

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • unsigned long FindFileSet(char *Filename)

Purpose

Finding a unique identifier for a file

Usage

Parameters

  • char *Filename
[in] Name of the filename to find

Return Value

  • unsigned long
The unique identifier for the set which represents Filename

Examples

unsigned long ident;
ident = pISInterface->FindFileSet(default);

See Also