exists

fun exists(importName: String, fileName: String): Boolean

Determines if a file or directory exists at the specified location

Return

if the file exists

Parameters

importName

name of the import

fileName

name of the file


fun exists(fileLocation: String): Boolean

Determines if a file or directory exists at the specified location

Return

if the file exists

Parameters

fileLocation

the path of the file