HI!
I have a small visual basic 6 program that parses data.
Currently, my drive is hardcoded with the drive letter and path (Ex. Private Const DIRDRIVE = "J:\" and Private Const BACKUPDIR = "J:\Application Support\Process\Backup". This however, causes a problem because the user does not have the same letter drive that is hardcoded in the program, therefore he is unable to use it (he is not willing to change the path to J: drive either).
Can anyone give me some ideas of how to approach this issue? Should i be looking at VB's File System objects in order to complete this issue?
Thanks so much!
I have a small visual basic 6 program that parses data.
Currently, my drive is hardcoded with the drive letter and path (Ex. Private Const DIRDRIVE = "J:\" and Private Const BACKUPDIR = "J:\Application Support\Process\Backup". This however, causes a problem because the user does not have the same letter drive that is hardcoded in the program, therefore he is unable to use it (he is not willing to change the path to J: drive either).
Can anyone give me some ideas of how to approach this issue? Should i be looking at VB's File System objects in order to complete this issue?
Thanks so much!