I have a need to be able to use FILE() with long file names (quite long, actually, some are 40 chars). It appears only to recognize the first 8 chars. Interestingly, RENAME TO will rename a file to a long name but then FILE() doesn't see the difference between:
C:\Temp\Customer1-PO12345-20020207A.TXT
and
C:\Temp\Customer1-PO12345-20020207B.TXT
Note version "A" versus version "B".
Any solutions? Short of short names?
The legacy of DOS lives on.
Shanachie
C:\Temp\Customer1-PO12345-20020207A.TXT
and
C:\Temp\Customer1-PO12345-20020207B.TXT
Note version "A" versus version "B".
Any solutions? Short of short names?
The legacy of DOS lives on.
Shanachie