You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/openPMD/IO/AbstractIOHandlerImpl.hpp
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -238,6 +238,7 @@ class AbstractIOHandlerImpl
238
238
*
239
239
* The operation should overwrite existing file positions, even when the Writable was already marked written.
240
240
* The path parameters.path may contain multiple levels (e.g. first/second/third/). This path should be relative (i.e. it should not start with a slash "/").
241
+
* The number of levels may be zero, i.e. parameters.path may be an empty string.
241
242
* The Writables file position should correspond to the complete opened path (i.e. first/second/third/ should be assigned to the Writables file position).
242
243
* The Writable should be marked written when the operation completes successfully.
0 commit comments