IsPathFile function

bool IsPathFile(
  1. String path
)

Implementation

bool IsPathFile(
  String path,
) => _module.IsPathFile(path);