Logo

Programming-Idioms

History of Idiom 212 > diff from v1 to v2

Edit summary for version 2 by programming-idioms.org:
Linked to idiom #144 [Check if file exists]

Version 1

2019-10-21, 20:29:59

Version 2

2019-10-21, 20:30:27

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