cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
image size
Page 2
image size
Pages:
1
2
Feb 5, 2020 at 7:26am UTC
againtry
(2313)
A dirent structure contains the character pointer d_name, which points to a string that gives the name of a file in the directory. This string ends in a terminating NULL, and has a maximum of NAME_MAX characters.
https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.bpxbd00/rtread.htm
https://pubs.opengroup.org/onlinepubs/7908799/xsh/dirent.h.html
https://stackoverflow.com/questions/12991334/members-of-dirent-structure
Last edited on
Feb 5, 2020 at 7:26am UTC
Topic archived. No new replies allowed.
Pages:
1
2