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

    Folder$ = The folder that this program was started within.
 

      The SystemDir$ function returns the path of the Windows\System folder on this machine.


FACTS:


      * none




Mini Tutorial:


      This example display the current directory.


  
; Display the Directory
  Print SystemDir$()
  
; 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 each different windows machine.

  
  C:\Windows\System\
  

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


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