FileExists abstract method

bool FileExists(
  1. String fileName
)

Check if file exists

Implementation

bool FileExists(
  String fileName,
);