how can nnn read dirs outside the home directory #2083
-
|
I have been using opendir() in a program to read the files/dirs in a directory but when I try to open a directory outside the home directory(e.g the root directory I tried to search on the web and even reading the nnn.c file but did not find any solutions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You sure you have right permissions? I just tried opendir() and it lists contents of Line 5905 in 5045f80 |
Beta Was this translation helpful? Give feedback.
You sure you have right permissions? I just tried opendir() and it lists contents of
/normally.nnn/src/nnn.c
Line 5905 in 5045f80