getWritePath function

String getWritePath(
  1. String relativePath
)

Gets the write path for POD operations.

For writePod, use the relative path directly since writePod automatically handles the data directory prefix.

Implementation

String getWritePath(String relativePath) {
  return relativePath;
}