NewTempSubdirectory
Structure
NewTempSubdirectory(sSubdirectory): Text:
Type
Function
Description
This function adds a new subdirectory (if needed) directly underneath the current Temp directory being used by the current IndySoft session. The exact Temp directory is always specific to the current logged-in user and product version. This function might be used in a custom script that desires to store/read files in this subdirectory later in the script.
Return Value
The function returns the full path to the subdirectory if the directory is successfully created, otherwise the return text is empty. Note: this function returns the full path to the subdirectory with a trailing '' - so it is in similar format to return value of GetIndySoftTempDir. |