FileExists function

bool FileExists(
  1. String fileName
)

Implementation

bool FileExists(
  String fileName,
) => _module.FileExists(fileName);