Skip to content

isfile()

Maingron edited this page Apr 2, 2021 · 2 revisions

Check if a file or folder exists

Code

isfile(path);

Variables

  • path = Path of the desired file [String]

Example

isfile("C:/Documents and Settings/pi.txt");

Explanation

isfile() returns if a file or folder exists at path