GetFileName method

Pointer<Char> GetFileName(
  1. Pointer<Char> filePath
)

Get filename for a path string

Implementation

Pointer<Char> GetFileName(Pointer<Char> filePath)
  => _GetFileName(filePath);