Mwnci isempty() Function

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