DirectoryExists method

  1. @override
bool DirectoryExists(
  1. MemoryPointer<RChar> dirPath
)
override

Check if a directory path exists

Implementation

@override
bool DirectoryExists(
  MemoryPointer<RChar> dirPath,
) => _ffi.DirectoryExists(
  dirPath.asNativePointer(),
);