Help.......
I've always used "CreateDirectory()" to make folders but it doesn't seem to work in XP.
How would I create a new directory in winXP on the c: (root) drive?
Could I create the folder in C:\Program Files and make it work?
Any help would really be appreciated.
Thanks in advance.



LinkBack URL
About LinkBacks



) but you don't have to do "\"C:\\Program Files\\FSL\\\"", to specifiy a directory path. The below code should create a directory. If this works, but when you try something similar within your Program Files directory it fails then it's a security issue, not a syntax one. You could also try calling GetLastError() which will probably state access denied.