getEncryptedPlacesDirPath function

String getEncryptedPlacesDirPath()

Get the directory path for encrypted places (relative to data dir). This is used with PathType.relativeToData, so just the subdirectory name.

Implementation

String getEncryptedPlacesDirPath() {
  return encryptedPlacesDirName;
}