comment
This commit is contained in:
parent
4f51c69806
commit
306fa42f17
@ -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…
x
Reference in New Issue
Block a user