Files
kichikuou d4121032db system.ExistFile() should return false if path ends with a backslash
The system.ExistsFile() system call returns 1 if a file or directory
exists, but returns 0 when the provided path ends with a directory
separator, regardless of whether a directory exists at that location.

This subtle difference in behavior caused problems in Pastel Chime 3.
2026-03-07 11:31:43 +09:00

12 lines
136 B
PHP
Executable File

Source = {
"main.jaf",
"lang.jaf",
"arithmetic.jaf",
"strings.jaf",
"structs.jaf",
"system.jaf",
"arrays.jaf",
"math.jaf"
}