isDirectory

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

Determines if a file or directory exists at the specified location

Return

if the location is a directory

Parameters

importName

name of the import

fileName

name of the file


fun isDirectory(fileLocation: String): Boolean

Determines if a file or directory exists at the specified location

Return

if the location is a directory

Parameters

fileLocation

the path of the file