DirectoryExists function

bool DirectoryExists(
  1. String dirPath
)

Implementation

bool DirectoryExists(
  String dirPath,
) => _module.DirectoryExists(dirPath);