IsPathFile function

bool IsPathFile(
  1. MemoryPointer<RChar> path
)

See RaylibCoreFlatModule.IsPathFile.

Implementation

bool IsPathFile(
  MemoryPointer<RChar> path,
) => _module.IsPathFile(path);