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