dirConcat method

String dirConcat(
  1. String fileName
)

Implementation

String dirConcat(String fileName) {
  return "$dir/$fileName";
}