------------------------------------------------------------------- Pops the top directory from the stack. */
| 190 | // ------------------------------------------------------------------- |
| 191 | /** Pops the top directory from the stack. */ |
| 192 | bool PopDirectory() { |
| 193 | ai_assert( nullptr != mWrapped ); |
| 194 | return mWrapped->PopDirectory(); |
| 195 | } |
| 196 | |
| 197 | // ------------------------------------------------------------------- |
| 198 | /** Creates an new directory at the given path. */ |
no outgoing calls
no test coverage detected