I get an error with this istruction:
dp = opendir ("%APPDATA%/.");
output:
Couldn't open directory: Mo such file or directory.
but I don't get an erro with this istruction:
dp = opendir ("C:/Users/xrobot/AppData/.");
output:
.
..
Local
LocalLow
Roaming
Why ?