Private Member Functions | |
void | Paths (tArray< tString > &paths) const |
Definition at line 569 of file tDirectories.cpp.
Implements tPath.
Definition at line 573 of file tDirectories.cpp.
References pos, tArray< T, MALLOC >::SetLen(), and st_MusicDir.
00574 { 00575 paths.SetLen( 0 ); 00576 int pos = 0; 00577 00578 paths[ pos++ ] = st_MusicDir; 00579 }