Navigation
Name
Rascal
/
Libraries
/
Prelude
/
IO
/
isFile
Synopsis
Check whether a given location is actually a file (and not a directory).
Function
bool isFile(loc file)
Usage
import IO;
Description
Check whether location
file
is actually a file.
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit
ask.rascal-mpl.org
.