TempDir$
Folder$ = TempDir$()
 
Parameters: NONE
Returns:

    Folder$ = The Windows\Temp path
 

      The TempDir$ function returns the path of the Windows\TEMP folder on this machine.



FACTS:


      * none




Mini Tutorial:


      This example display the current directory.


  
; Display the Directory
  Print TempDir$()
  
; Display the Screen and wait for the user to press a key
  Sync
  WaitKey
  


      This will output something like the following. The output will differ on different installs of windows.

  
  C:\Windows\Temp\
  

 
Related Info: CD | CurrentDir$ | CurrentDrive$ | ProgramDir$ | SystemDir$ | WindowsDir$ :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com