Hello, I've been doing some test with getcwd() and chdir() and it has turned out that calling getcwd() is much faster than chdir() Any ideas why this is so? Is it the OS? Tested on Windows XP
Hello, I've been doing some test with getcwd() and chdir() and it has turned out that calling getcwd() is much faster than chdir() Any ideas why this is so? Is it the OS? Tested on Windows XP