Filesystems and case-insensitivity
Filesystems and case-insensitivity
Posted Nov 28, 2018 14:28 UTC (Wed) by bandrami (guest, #94229)In reply to: Filesystems and case-insensitivity by sorokin
Parent article: Filesystems and case-insensitivity
Posted Nov 28, 2018 14:43 UTC (Wed)
by sorokin (guest, #88478)
[Link] (1 responses)
Unfortunately it does. See "pathname" parameter: int fstatat(int dirfd, const char *pathname, struct stat *statbuf, int flags);
It stats the file "pathname" relative to directory "dirfd". Normally when readdir returns DT_UNKNOWN one has to statat the filename relative to the directory to figure out the real d_type.
Posted Nov 28, 2018 15:42 UTC (Wed)
by bandrami (guest, #94229)
[Link]
Posted Nov 28, 2018 21:05 UTC (Wed)
by madscientist (subscriber, #16861)
[Link]
Filesystems and case-insensitivity
Filesystems and case-insensitivity
Filesystems and case-insensitivity
