Aggiunto il metodo path ai filenames

git-svn-id: svn://10.65.10.50/trunk@365 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1994-10-14 17:41:34 +00:00
parent 9ec12fd38c
commit ad7cd9e67d

View File

@ -205,6 +205,7 @@ public:
void ext(const char*); // Imposta come estensione la stringa puntata da char*
const char* name() const; // Ritorna il nome del file
const char* path() const; // Ritorna il nome del direttorio
const TFilename& temp(const char* prefix = NULL); // Genera il nome di un file temporaneo
const TFilename& tempdir(); // Genera il nome della directory temporanea
};