Logo

Programming-Idioms

History of Idiom 212 > diff from v2 to v3

Edit summary for version 3 by programming-idioms.org:
Linked to idiom #211 [Create folder]

Version 2

2019-10-21, 20:30:27

Version 3

2019-10-21, 20:31:00

Idiom #212 Check if folder exists

Set boolean b to true if path exists on the filesystem and is a directory; false otherwise.

Idiom #212 Check if folder exists

Set boolean b to true if path exists on the filesystem and is a directory; false otherwise.

Extra Keywords
test whether existence
Extra Keywords
test whether existence