FileNameMap Table

Stores mappings from a file on disk to a filename that will be used on the managed device. Currently used by the HPUX wizards to rename files that have non-Windows conforming names.

Table 1. Database columns for FileNameMap table

Database Column

Details

MediaID

Type: integer. Key

The Media that the SourceFile exists on.

SourceFile

Type: text (max 256 characters). Key

The file to be renamed.

DestFile

Type: text (max 256 characters)

The final file name.

IsFile

Type: boolean

Boolean field that specifies whether the row refers to a file or a directory.