#include <tDirectories.h>
Static Public Member Functions | |
static tString | GetDirPath () |
returns the path to the included scripts | |
Private Member Functions | |
void | Paths (tArray< tString > &paths) const |
Definition at line 70 of file tDirectories.h.
tString tPathScripts::GetDirPath | ( | ) | [static] |
returns the path to the included scripts
Definition at line 717 of file tDirectories.cpp.
References st_DataDir.
Referenced by _wrap_TPathScripts_get_dir_path(), and Paths().
00718 { 00719 return st_DataDir + "/scripts"; 00720 }
Implements tPath.
Definition at line 722 of file tDirectories.cpp.
References GetDirPath(), and tArray< T, MALLOC >::SetLen().
00722 { 00723 paths.SetLen(0); 00724 paths[0] = GetDirPath(); 00725 }