I want to change my root directory for my domain. My root directory is /home/mrdownloader.com/
but I want change it to /home/mrdownloader/
I got a list of files and folders using dirent & stat in C, but they are not in the order I want. I want it will list the directories first then files. Ex: . .. [dir1] [dir2] [file1] [file2] Is ...