The GETCURDIR() function is NOT working on D: Drive but is working C: perfectly.
I have tried below two option both are NOT working on D: Drive.
Could you please help me for the same. Thanks in advance...!
Opt A
- Code: Select all Expand view
cAppDir := GETCURDIR()
Opt B
- Code: Select all Expand view
cAppDir := CurDrive() + ":\" + CurDirX()