string entry_type = "File";
entry_type = "Directory";
}
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
const xtd::date_time & creation_time() const
Gets the creation time of the current file or directory.
xtd::io::file_attributes attributes() const
Gets the attributes for the current file or directory.
xtd::string full_name() const
Gets the full path of the directory or file.
Provides the base class for both xtd::io::file_info and xtd::io::directory_info objects.
Definition file_system_info.h:87
@ directory
The file is a directory.