Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::filesys::GetFileGroup Function
C++
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" );
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!