| Home | All functions | Categories |
vuSystemDirectory(), CSTRING
Returns the path to the Windows System Directory.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters. |
A CSTRING containing the fully qualified path to the Windows System Directory.
MESSAGE('The system directory = ' & vuSystemDirectory())
C:\Windows\System32.| Home | All functions | Categories |