# File lib/xdg/base_dir.rb, line 148
    def with_subdirectory(path)
      @subdirectory = path if path
      self
    end