DirectoryExists method

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

Implementation

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