VFSDir.file

Get file with specified _path in the directory.

The file will be returned even if it does not exist - it will be created when writing into it.

class VFSDir
file
(
string path
)

Return Value

Type: VFSFile

File with specified _path.

Throws

VFSNotFoundException if the directory does not exist or the file is in a nonexistent subdirectory.

VFSInvalidPathException if the _path is invalid.

Meta