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:
parent
9ec12fd38c
commit
ad7cd9e67d
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user