IsPathFile method

bool IsPathFile(
  1. String path
)

Implementation

bool IsPathFile(
  String path,
) => run(
  () => 'IsPathFile($path)',
  () => rl.Core.IsPathFile(refStr(path)),
);