Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Checks for the existence of directory.
os.isdir("path")
path is the file system path to check.
path
True if a matching directory is found; false is there is no such file system path, or if the path points to a file instead of a directory.
Premake 4.0 or later.