Sack Library Documentation
|
FILESYS_PROC INDEX FILESYS_API GetFileGroup(CTEXTSTR groupname, CTEXTSTR default_path);
Parameters |
Description |
CTEXTSTR groupname |
name of the group |
CTEXTSTR default_path |
the path of the group, if the name is not found. |
the ID of a file group.
This is a new feature added for supporting systems without a current file location. This gets an integer ID of a group of files by name.
the name 'default' is used to specify files to go into the 'current working directory'
There are some special symbols. . = use CurrentPath @ = use program path base ^ = use program startup path (may not be current)
int group = GetFileGroup( "fonts", "./fonts" );
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|