Skip to content

Commit

Permalink
Improve documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMertes committed Feb 4, 2024
1 parent 3c9d51d commit 03e0596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/osfiles.s7i
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ const func string: homeDir is action "CMD_HOME
* Determine the absolute path for a given ''path''.
* toAbsPath(getcwd, "aFile") returns e.g. "/home/myuser/aFile"
* toAbsPath(".", "aFile") returns e.g. "/home/myuser/aFile"
* toAbsPath(".", "..") returns e.g. "/home"
* toAbsPath("/usr", "include") returns "/usr/include"
* @param basePath Path of the base location. The relative ''path'' is
* relative to this location.
Expand Down

0 comments on commit 03e0596

Please sign in to comment.