Função is_symlink
indica se file_status ou o nome de arquivo especificado representam um link simbólico.
inline bool is_symlink(
file_status Stat
);
template<class Path>
inline bool is_symlink(
const Path& Pval
);
Parâmetros
Stat
um objeto de file_status .Pval
um objeto de Path .Path pode ser basic_path ou um tipo que é derivado de basic_path.
Valor de retorno
a primeira função retorna Stat.type() == symlink_file.a segunda função retorna is_symlink(status(Pval)).
Requisitos
o sistema de arquivos deCabeçalho:
namespace: std::tr2::sys