1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/_STARTDIR$__11111111$.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

37 lines
728 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:40:36}}
{{DISPLAYTITLE:_STARTDIR$}}
The [[_STARTDIR$]] function returns the path a user called a QB64 program from.
{{PageSyntax}}
: {{Parameter|callPath$}} = [[_STARTDIR$]]
{{PageDescription}}
* Returns a [[STRING]] representing the user's program calling path.
{{PageAvailability}}
* '''QB64 1.0 and up''' (QB64 Team)
* '''QBPE 0.5 and up''' (QB64 Phoenix Edition)
{{PageExamples}}
''Example:'' Showcasing 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}}