| 320 | |
| 321 | |
| 322 | void FilesProcess::detach(const string& virtualPath) |
| 323 | { |
| 324 | const string convertedVirtualPath = path::from_uri(virtualPath); |
| 325 | paths.erase(convertedVirtualPath); |
| 326 | authorizations.erase(convertedVirtualPath); |
| 327 | } |
| 328 | |
| 329 | |
| 330 | const string FilesProcess::BROWSE_HELP = HELP( |