a5_get_writeable_drives Function
/documentation/pages/Ref/Api/Functions/Data Type/Character Functions/List Processing Functions/a5_get_writeable_drives Function.xml
Get a list of all of the writable drives attached to the computer
A5_GET_WRITEABLE_DRIVES Function
/documentation/pages/Ref/Api/Functions/System/Directory Functions/A5_GET_WRITABLE_DRIVES Function.xml
The A5_GET_WRITEABLE_DRIVES() returns a list of drives that are writeable. If a CDROM drive contains a CD that has been formatted for writing, the drive letter of the CDROM drive is included in the list of drives returned by this function.
Function Topics
/documentation/pages/Index/Function List.xml
Page links to functions.
a5_get_field_info Function
/documentation/pages/Ref/Api/Functions/Document Types/DBF/Field Functions/a5_get_field_info Function.xml
Returns an array "Fields", with fieldname, and fieldtype information
a5_get_var_names Function
/documentation/pages/Ref/Api/Functions/Xbasic/Variable Functions/a5_get_var_names Function.xml
For use in the Script Genie. Returns a CRLF delimited list of variable names|type that can be used in the Genie. Var_types filters the list a=alltypes, c=char, cn=char and numeric etc.
A5_GET_LOCAL_INFO Function
/documentation/pages/Ref/Api/Functions/System/Developer Functions/A5_GET_LOCAL_INFO Function.xml
The A5_GET_LOCAL_INFO() function returns information about a system configuration.
a5_get_ado_databasetype Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/a5_get_ado_databasetype Function.xml
Returns the database type for a given connection string
A5_Get_FilesUpdatedSince Function
/documentation/pages/Ref/Api/Functions/System/File Functions/A5_Get_FilesUpdatedSince Function.xml
The A5_Get_FilesUpdatedSince() function returns a CR-LF delimited list of files updated since a specified time.
A5_GET_OPERATIONS Function
/documentation/pages/Ref/Api/Functions/Document Types/DBF/Operation Functions and Methods/A5_GET_OPERATIONS Function.xml
Returns a CRLF delimited list of operations for the specified table or set name
a5_get_tempfile_name Function
/documentation/pages/Ref/Api/Functions/System/Filename Functions/a5_get_tempfile_name Function.xml
Returns a unique temporary filename without an extension. User is responsible for removing file when it is no longer needed. See also a5_create_tempfile()