Quote from: drhoule on October 04, 2013, 12:38:54 PMHere (http://msdn.microsoft.com/en-us/library/a1y7w461(v=vs.80).aspx) is useful info for that.
int main( int argc , char **argv);
If the argument is "C:\New Dir\" the result is argv[1]=C:\New Dir"
Something I am doing wrong?
Dr