DirectoryExists method
Check if a directory path exists
Implementation
@override
bool DirectoryExists(
MemoryPointer<RChar> dirPath,
) => _ffi.DirectoryExists(
dirPath.asNativePointer(),
);
Check if a directory path exists
@override
bool DirectoryExists(
MemoryPointer<RChar> dirPath,
) => _ffi.DirectoryExists(
dirPath.asNativePointer(),
);