|
Documentation Project 1
|
FILESYS_PROC int 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'
int group = GetFileGroup( "fonts", "./fonts" );|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|