Thread: C++ lstat to determine file type
i want determine type of file. far, using lstat() / stat(), can following types:
- regular file
- directory
- character device
- block device
- fifo (named pipe)
- symbolic link
- socket
still need know 3 more types, don't know how them, googled found no satisfying answer. need 3 following types
- archive state 1
- archive state 2
- whiteout
please tell me how these. in advance.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] C++ lstat to determine file type
Ubuntu

Comments
Post a Comment