For example, suppose a stored path name is shown on a UNIX platform as textfiles/new/readme.txt. On a Windows platform with a FAT file system, the path name appears as textfile\new\readme.txt. Note that the first directory name in the Windows example is shown truncated to fit within a FAT 8.3 file name.Some stored path names appear the same on some platforms. Retrieve attachments that have the same path name using the Name Each option to avoid inadvertently overwriting an attachment.
To ensure that an attachment path name is portable across all platforms, use 8.3 file names, such as those used in a DOS file system, and restrict the characters to those specified for POSIX path names.
|