File functions
The file functions (only available in script expressions) return information about the table file which is
currently being read. These functions will return
The file functions (only available in script expressions) return information about the table file which is
currently being read. These functions will return
This script function returns the value of the meta tags of different
media files as text. The following file formats are supported:
Attribute(filename, attributename)
The ConnectString() function returns the name of the active data connection for
The FileBaseName function returns a string containing the name of the table file currently being read, without path or extension.
The FileDir function returns a string containing the path to the directory of the table file currently being read.
FileDir()
The FileExtension function returns a string containing the extension of the table file currently being read.
The FileName function returns a string containing the name of the table file currently being read, without path but including the extension.
FileName()
The FilePath function returns a string containing the full path to the table file currently being read.
FilePath()
The FileSize function returns an integer containing the size in bytes of the file
FileSize()
The FileTime function returns a timestamp for the date and time of the last modification of
the file
FileTime([ filename ])
The GetFolderPath function returns the value of the
This script function returns the
QvdCreateTime(filename)
This script function returns the name of field
number fieldno
in a
QvdFieldName(filename , fieldno)
This script function returns the number of fields
in a
QvdNoOfFields(filename)
This script function returns the number of records
currently in a
QvdNoOfRecords(filename)
This script function returns the name of the
table stored in a
QvdTableName(filename)