I was recently trying to develop a function to navigate thru a deeply nested directory structure and came across system path length limitations which could potentially be addressed by use of a "change directory" function.
I realize I could use system exec with cmd /c cd <path>, but found this extremely slow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.