mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-26 08:57:55 +03:00
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.
12 lines
136 B
PHP
Executable File
12 lines
136 B
PHP
Executable File
Source = {
|
|
"main.jaf",
|
|
"lang.jaf",
|
|
"arithmetic.jaf",
|
|
"strings.jaf",
|
|
"structs.jaf",
|
|
"system.jaf",
|
|
"arrays.jaf",
|
|
"math.jaf"
|
|
}
|
|
|