isDirSync method
Returns true if the path exists on disk and is pointing at a directory. Does not follow links.
Implementation
bool isDirSync() => io.isDirSync(_string);
Returns true if the path exists on disk and is pointing at a directory. Does not follow links.
bool isDirSync() => io.isDirSync(_string);