# File lib/specinfra/command/base/file.rb, line 164
    def create_as_directory(file)
      "mkdir -p #{escape(file)}"
    end