Contents
Display Legacy Contents

 Print
    TFOLDER            
This Keyword returns a <string>, the path of the folder registered in the system as the Temporary folder.
See Notes for more details.

     
  • The returned value doesn’t end with a "\".
  • On Win32 (Desktop, Mobile and CE) it returns the system temporary folder.
  • On Windows 10 and Android it returns an application specific temporary folder.
  • Use this folder to store temporary files. The O.S. may clear files in this folder without notice to the application.
  • Although this is a temporary folder, avoid leaving unnecessary files as they will take up system space until the O.S. decides to clear them.
                   

See also
Samples
Sample 1
Sample 2
 
Updated: 11/30/2017 2:16 PM