FileExists method
Check if file exists
Implementation
@override
bool FileExists(
MemoryPointer<RChar> fileName,
) => _ffi.FileExists(
fileName.asNativePointer(),
);
Check if file exists
@override
bool FileExists(
MemoryPointer<RChar> fileName,
) => _ffi.FileExists(
fileName.asNativePointer(),
);