#include #include int main(void) { chdir("C:\\MyFolder\\Homepage\\public_html\\C\\GetFilesMostDeepDirectory"); system("dir /s /b"); return 0; }