Skip to content

Commit bc9fc62

Browse files
chore: autopublish 2024-11-02T22:59:38Z
1 parent 0cbae3f commit bc9fc62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/library/utils.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,12 @@ Splits a file path into folder, file name, and extension.
402402
utility_functions.eachfile(directory_path)
403403
```
404404

405-
[View source](https://github.com/finale-lua/lua-scripts/tree/refs/heads/master/src/library/utils.lua#L522)
405+
[View source](https://github.com/finale-lua/lua-scripts/tree/refs/heads/master/src/library/utils.lua#L524)
406406

407407
Iterates a file path using lfs and feeds each directory and file name to a function.
408408
The directory names fed to the iterator function always contain path delimeters at the end.
409+
Both directory and file names are encoded utf8 on all platforms.
410+
409411
The following are skipped.
410412

411413
- "." and ".."

0 commit comments

Comments
 (0)