Function: deriveCloudBackupOriginalPath()
deriveCloudBackupOriginalPath(
fileName:string):string
Defined in: shared/utils/cloudBackupMetadata.ts:14
Sanitize a backup file name to a stable original-path value.
Parametersโ
fileNameโ
string
Returnsโ
string
Remarksโ
This avoids leaking local absolute paths into cloud metadata and handles both Windows and POSIX separators.