createSubFile method

dynamic createSubFile(
  1. String subname
)

Implementation

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