hasFile method

bool hasFile(
  1. String filename
)

Implementation

bool hasFile(String filename) =>
    // File("${ioDirectory.path}/$filename").existsSync();
    explorerSource.fileSync("${ioDirectory.path}/$filename").existsSync();