Hello
Now here u see a script that gets file names in dir the script is in, but how i could also readdir in every subdir the script directory has?
Code:
opendir(DIR, "."); @FILENAME = readdir(DIR); closedir(DIR);
Comment