Hi,
I know this isnt a FW issue, but has anyone experieced any problems using Curdrive() & CurDir() on Windows 2008 64bit server?
i assign a current drive variable using the following:
cFolder := Alltrim(CurDrive()) + ":\" + Alltrim(CurDir())
when running the app in the S:\IWS6 folder, the cFolder variable gets populated with :
@:\server\apps\iws6
so it looks like curdrive() is returning @ instead of S and Curdir() is returning \server\apps\iws6 instead of iws6
Anyone else experienced this?
Thanks in advance
Pete