GetDirectoryFileCount method

int GetDirectoryFileCount(
  1. Pointer<Char> dirPath
)

Get the file count in a directory

Implementation

int GetDirectoryFileCount(Pointer<Char> dirPath)
  => _GetDirectoryFileCount(dirPath);