I just want to know how and which function to use to get the current directory and current drive in VB6.0
Printable View
I just want to know how and which function to use to get the current directory and current drive in VB6.0
Use CurDir function in VB baby.
set a label and write the following code in form_load
label1.caption=App.path & "\" & App.ExeName
Hope it helps
Srikanth