| 279 | // decomposition -------------------------------------------------------------------// |
| 280 | |
| 281 | path path::root_path() const |
| 282 | { |
| 283 | path temp(root_name()); |
| 284 | if (!root_directory().empty()) temp.m_pathname += root_directory().c_str(); |
| 285 | return temp; |
| 286 | } |
| 287 | |
| 288 | path path::root_name() const |
| 289 | { |
no outgoing calls