1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/help/_STARTDIR$.txt
2016-03-18 08:36:04 -03:00

29 lines
603 B
Plaintext

{{DISPLAYTITLE:_STARTDIR$}}
The '''_STARTDIR$''' function returns the path a user called a QB64 program from.
{{PageSyntax}}
::: callpath$ = '''_STARTDIR$'''
{{PageDescription}}
* Returns a [[STRING]] representing the user's program calling path.
* Available in GL version as of March 2015.
''Example:'' New QB64 path functions:
{{CodeStart}} '' ''
{{Cl|$CONSOLE}}:ONLY
{{Cl|_DEST}} {{Cl|_CONSOLE}}
{{Cl|SHELL}} "cd"
{{Cl|PRINT}} {{Cl|_CWD$}}
{{Cl|PRINT}} {{Cl|_STARTDIR$}}
{{Cl|SYSTEM}}
{{CodeEnd}}{{small|Code by Galleon}}
{{PageSeeAlso}}
* [[_CWD$]]
* [[SHELL]]
{{PageNavigation}}