GETCURDIR() FUNC IS NOT WORKING ON D DRVIE
Posted: Tue Dec 31, 2019 7:46 am
Dear All ,
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
Opt B
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
cAppDir := GETCURDIR()
Code: Select all
cAppDir := CurDrive() + ":\" + CurDirX()