IsPathFile abstract method

bool IsPathFile(
  1. String path
)

Check if a given path is a file or a directory

Implementation

bool IsPathFile(
  String path,
);