Patch level : nopatch
Files correlati : Commento : Migliorata la input dei filename
This commit is contained in:
parent
362642aeaa
commit
02379dd854
@ -1466,9 +1466,9 @@ bool TFilename::search_in_path(TFilename& path) const
|
||||
return path.full();
|
||||
}
|
||||
|
||||
bool TFilename::input()
|
||||
bool TFilename::input(bool existent)
|
||||
{
|
||||
return input_filename(*this);
|
||||
return input_filename(*this, existent);
|
||||
}
|
||||
|
||||
bool TFilename::custom_path(const char* path_list)
|
||||
|
@ -592,7 +592,7 @@ public:
|
||||
// @cmember Cerca nel path il nome del file corrente e scrive il path assoluto in path
|
||||
bool search_in_path(TFilename& path) const;
|
||||
// @cmember Richiede all'utente il nome di un file
|
||||
bool input();
|
||||
bool input(bool existent = true);
|
||||
// @cmember Ritorna il nome del file con estensione
|
||||
const char* name() const;
|
||||
// @cmember Ritorna il nome del file senza estensione
|
||||
|
Loading…
x
Reference in New Issue
Block a user