Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stores a specified Path object, along with two status indicators of the associated file.
void assign(
const path_type& Pval,
file_status Statarg = file_status(),
file_status Symstatarg = file_status()
);
Parameters
Pval
A Path object. Path can be either a basic_path or a type that is derived from basic_path.Statarg
A file_status object that represents the status of the file that is referenced by Pval.Symstatarg
A file_status object that represents the symbolic link status of the file that is reference by Pval.
Requirements
Header: filesystem
Namespace: std::tr2::sys