commandIsFile function

bool commandIsFile(
  1. List args
)

Function of type_is_file command

Implementation

bool commandIsFile(List args) => expEval(args[0]) is File;