createSubPath method

dynamic createSubPath(
  1. String subname
)

Implementation

createSubPath(String subname) {
  Directory('$filename/$subname').createSync(recursive: true);
}