GetDirectoryFileCount method
Get the file count in a directory
Implementation
@override
int GetDirectoryFileCount(
MemoryPointer<RChar> dirPath,
) => _ffi.GetDirectoryFileCount(
dirPath.asNativePointer(),
);
Get the file count in a directory
@override
int GetDirectoryFileCount(
MemoryPointer<RChar> dirPath,
) => _ffi.GetDirectoryFileCount(
dirPath.asNativePointer(),
);