| 111 | } |
| 112 | |
| 113 | PathId FileSystem::getWorkingDir(SymbolTable *symbolTable) { |
| 114 | return toPathId(getWorkingDir(), symbolTable); |
| 115 | } |
| 116 | |
| 117 | std::istream &FileSystem::openForRead(PathId fileId) { |
| 118 | return openInput(fileId, std::ios_base::in); |
no outgoing calls