Skip to content

Commit

Permalink
Document extended meaning of createFile task
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Sep 24, 2021
1 parent 3a97d1f commit a65de2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/openPMD/IO/AbstractIOHandlerImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ class AbstractIOHandlerImpl
/** Create a new file in physical storage, possibly overriding an existing file.
*
* The operation should fail if m_handler->m_frontendAccess is Access::READ_ONLY.
* If m_handler->m_frontendAccess is Access::APPEND, a possibly existing file should not
* be overwritten.
* Instead, written updates should then either occur in-place or in form of new IO steps.
* Support for reading is not necessary in Append mode.
* The new file should be located in m_handler->directory.
* The new file should have the filename parameters.name.
* The filename should include the correct corresponding filename extension.
Expand Down

0 comments on commit a65de2e

Please sign in to comment.