[Package Index | Mudlib Index | Effect Index]
.
string * get_cfiles(string str)This method expands the wildcard based file name and turns it into a list of c files. This automaticaly adds a .c to any files.
string * get_files(string str)This method expands the wildcard based file name and turns it into a list of files
string get_path(string str)
string query_current_path()This method returns the current path.
string query_home_dir()This method returns the home directory of the creator.
void set_current_path(string str)This method sets the current path for the creator.
int set_home_dir(string dir)This method sets the current home directory of the creator.