File.this

Constructs a new file from the given path.

@param string $path The path to the file @param bool $checkPath Whether to check the path or not

@throws FileNotFoundException If the given path is not a file

class File
this
(
string path
,
bool checkPath = true
)

Meta