H
hubaishan
Word Allow you to up 238 lenght of file name. tahis is good but what happen
if your file name lenght is 238 and Word make a backup of your file, the
backup file name must be ("backup of" & %OriginalFileName% & ".wbk") but
because the system not allow this lenght of file name the result will be
("backup of" & left(%OriginalFileName%,229) ) and the backup file name will
be without extention
the solve of this problem is that Word must allow only up to
(238-len("backup of")) file names
Note that "Backup of" statment in local versions of Word are translated to
the local language
if your file name lenght is 238 and Word make a backup of your file, the
backup file name must be ("backup of" & %OriginalFileName% & ".wbk") but
because the system not allow this lenght of file name the result will be
("backup of" & left(%OriginalFileName%,229) ) and the backup file name will
be without extention
the solve of this problem is that Word must allow only up to
(238-len("backup of")) file names
Note that "Backup of" statment in local versions of Word are translated to
the local language