run method

File run({
  1. bool create = false,
})

Implementation

File run({bool create = false}) => File.execute(
      path,
      pack: pack,
      create: create,
      child: child,
    );