Accessing other drives than C:\
Blitz3D Forums/Blitz3D Programming/Accessing other drives than C:\| 
 | ||
| I feel really dumb posting this but, how can I navigate to drive G:\? | 
| 
 | ||
| You can use ChangeDir "G:\". Note the final \ which is necessary for the root, but not for ordinary paths. | 
| 
 | ||
| Thanks. |