diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-29 12:18:08 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-29 12:18:08 -0400 |
| commit | e6bee5e0cf0621fa00c1aeef29deb33d0818744c (patch) | |
| tree | 536691716313a2d436c8203cbccc23cbde30f71d /spec/system.md | |
| parent | 2d5263c758ae9f1d0a7f63bd15314fef7c6c81ba (diff) | |
•file.List excludes paths, not extensions
Diffstat (limited to 'spec/system.md')
| -rw-r--r-- | spec/system.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/system.md b/spec/system.md index 0fed759c..c82229f3 100644 --- a/spec/system.md +++ b/spec/system.md @@ -109,7 +109,7 @@ File access functions read or write files, either by manipulating files as a who `Rename`, `Copy`, and `CreateDir` return the path of the new file. `Remove` and `RemoveDir` return `1` to indicate successful removal (and error otherwise). -`List` returns filenames only, without extensions. It lists all files and directories including hidden ones, but not the current and parent directory names `.` and `..`. +`List` returns filenames only, without full paths. It lists all files and directories including hidden ones, but not the current and parent directory names `.` and `..`. Functions `Chars`, `Lines`, and `Bytes` are all ambivalent. If only `𝕩` is given, then it is a filename, and the result is the contents of the file in the appropriate format. If there are two arguments, then `𝕨` is the filename and `𝕩` is the desired contents. These are written to the file, overwriting its contents, and the absolute filename `𝕨` is returned. The three formats are: |
