I have problem to create folder. Some PC did not allow me to create the folder. This is because in some PC, I have used a right mouse click to open the C directory. Cannot double click the C: . How to allowed me to create the folder in C directory?
Code:If Dir("C:\Paddy GIS Temp Files", vbDirectory) = "" Then MkDir "C:\Paddy GIS Temp Files" End If




Reply With Quote