| 99 | } |
| 100 | |
| 101 | std::string PropertyFileIncluded::getExchangeTempFile() const |
| 102 | { |
| 103 | return Base::FileInfo::getTempFileName(Base::FileInfo(getValue()).fileName().c_str(), |
| 104 | getDocTransientPath().c_str()); |
| 105 | } |
| 106 | |
| 107 | std::string PropertyFileIncluded::getOriginalFileName() const |
| 108 | { |