comment
This commit is contained in:
parent
3bf0a886f3
commit
935f3d22df
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ extern long long path_filesize(const std::string& path);
|
||||||
/// Only st_mtime, st_ctime, st_size, st_mode (file type bits) are set on
|
/// Only st_mtime, st_ctime, st_size, st_mode (file type bits) are set on
|
||||||
/// all systems. st_dev and st_ino are set for special posix usage.
|
/// all systems. st_dev and st_ino are set for special posix usage.
|
||||||
/// The rest is zeroed.
|
/// The rest is zeroed.
|
||||||
|
/// @ret 0 for success
|
||||||
struct stat;
|
struct stat;
|
||||||
extern int path_fileprops(const std::string path, struct stat *stp,
|
extern int path_fileprops(const std::string path, struct stat *stp,
|
||||||
bool follow = true);
|
bool follow = true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue