Syntax
isempty(string)
Description
The isempty() function returns true if the path points to an empty file, false if not.
Example
include("file")
println(isempty("/etc/passwd"))
false
isempty(string)
The isempty() function returns true if the path points to an empty file, false if not.
include("file")
println(isempty("/etc/passwd"))
false