Navigation
Name
Rascal
/
Libraries
/
Prelude
/
IO
/
mkDirectory
Synopsis
Create a new directory.
Function
void mkDirectory(loc file) throws PathNotFound(loc file), IO(str msg)
Usage
import IO;
Description
Create a directory at location
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
.