ISInterface:FindFileSet

From Lavish Software Wiki
Revision as of 00:42, 3 September 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
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