| 594 | } |
| 595 | |
| 596 | PlatformFilename PlatformFilename::Parent() const { |
| 597 | return PlatformFilename(NativeParent(ToNative())); |
| 598 | } |
| 599 | |
| 600 | Result<PlatformFilename> PlatformFilename::Real() const { |
| 601 | ARROW_ASSIGN_OR_RAISE(auto real, NativeReal(ToNative())); |