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.
File with specified _path.
VFSNotFoundException if the directory does not exist or the file is in a nonexistent subdirectory.
VFSInvalidPathException if the _path is invalid.
See Implementation
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.