File.recursive constructor

File.recursive()

Implementation

File.recursive()
    : isRecursive = true,
      execute = true,
      path = '',
      create = false,
      inheritFolder = true;