I have recently taken over an application that has the system drive set in several const's.
Example:
Private Const REXE_PATH As String = "c:\PROGRAM FILES\RC\RC.exe "
I would like to find the system drive, and set it at the begining of application. That way if installed on Citrix it will use "M" and with local pc's it will use "C".
What is the easiest way to get the system drive ?
Thanks in advance.
Example:
Private Const REXE_PATH As String = "c:\PROGRAM FILES\RC\RC.exe "
I would like to find the system drive, and set it at the begining of application. That way if installed on Citrix it will use "M" and with local pc's it will use "C".
What is the easiest way to get the system drive ?
Thanks in advance.