Hi all,
I am using VFP 6 on Novell/NT environment. When I use File() or Sys(2000) to check the existance of files it returns TRUE even when the exact file names are not found. Files names look like:
DT060815_P_L.dbf
DT060815_P_S.dbf
DT060815_P_X.dbf... etc
When I use File("DT060815.dbf") or sys(2000,"DT060815.dbf") returns TRUE/non-blank string when exact physical file name is "DT060815_P_S.dbf".
I suspect this is due to some sort of mapping (map to 8.3 naming convention)done by Novell and I have no control over client's platform. Has anybody ever found this or got a clue to get around this?
Foxbldr
I am using VFP 6 on Novell/NT environment. When I use File() or Sys(2000) to check the existance of files it returns TRUE even when the exact file names are not found. Files names look like:
DT060815_P_L.dbf
DT060815_P_S.dbf
DT060815_P_X.dbf... etc
When I use File("DT060815.dbf") or sys(2000,"DT060815.dbf") returns TRUE/non-blank string when exact physical file name is "DT060815_P_S.dbf".
I suspect this is due to some sort of mapping (map to 8.3 naming convention)done by Novell and I have no control over client's platform. Has anybody ever found this or got a clue to get around this?
Foxbldr