Funzione system_complete
Converte un nome file specificato nel nome file completo, se possibile.
template<class Path>
inline Path system_complete(
const Path& Pval
);
Parametri
- Pval
Oggetto di tipo Path. Path può essere un basic_path o un tipo derivato da basic_path.
Valore restituito
Se Pval è completo, la funzione restituisce Pval.
In caso contrario restituirà complete(Pval, current_path<Path>()).
Note
Un nome file è completo quando ha un nome radice e una directory radice.
Requisiti
Intestazione: filesystem
Spazio dei nomi: std::tr2::sys
Vedere anche
Riferimenti
Metodo basic_path::is_complete