IsPathFile method

  1. @override
bool IsPathFile(
  1. MemoryPointer<RChar> path
)
override

Check if a given path is a file or a directory

Implementation

@override
bool IsPathFile(
  MemoryPointer<RChar> path,
) => _ffi.IsPathFile(
  path.asNativePointer(),
);