14#ifndef LLVM_CLANG_BASIC_FILESYSTEMOPTIONS_H 
   15#define LLVM_CLANG_BASIC_FILESYSTEMOPTIONS_H 
Keeps track of options that affect how file operations are performed.
 
std::string WorkingDir
If set, paths are resolved as if the working directory was set to the value of WorkingDir.
 
The JSON file list parser is used to communicate input to InstallAPI.