Mwnci filetype() Function

Syntax

filetype(string)

Description

The filetype() function returns a string stating the the type of the requested file.

Example

include("file")
println(filetype("/dev/console"))
println(filetype("/etc/passwd"))
println(filetype("/dev/ram1"))


CHR
FILE
BLOCK