Skip to content

isfolder()

Maingron edited this page Apr 2, 2021 · 2 revisions

Check if destination is a folder

Code

isfolder(path);

Variables

  • path = Path of the desired folder [String]

Example

isfolder("C:/Documents and Settings");

Explanation

isfolder() returns if the requested path is a folder