createPath method

dynamic createPath()

Implementation

createPath() {
  Directory(filename).createSync(recursive: true);
}