| 227 | } |
| 228 | |
| 229 | void VRMLObject::reloadFile() |
| 230 | { |
| 231 | // after restoring all inline files reload the VRML file |
| 232 | VrmlFile.touch(); |
| 233 | Base::FileInfo fi(VrmlFile.getValue()); |
| 234 | this->vrmlPath = fi.dirPath(); |
| 235 | } |
| 236 | |
| 237 | void VRMLObject::RestoreDocFile(Base::Reader& reader) |
| 238 | { |