fs.is_exists

fs.is_exists

fs.is_exists

Function

Determine whether the path exists.

Syntax

Parameters

No parameters.

Return value

TypeDescription
BoolReturns true if the path exists, false otherwise.

Example

Notes

  • This method does not distinguish between files, directories or symbolic links.