FileDir - script function
The FileDir function returns a string containing the path to the directory of the table file currently being read.
Syntax:
FileDir()
Examples and results:
| Example | Result |
|---|---|
|
Load *, filedir( ) as X from C:\UserFiles\abc.txt |
Will return 'C:\UserFiles' in field X in each record read. |