FolderSuffix Property

Microsoft PowerPoint Visual Basic

Returns the folder suffix that Microsoft PowerPoint uses when you save or publish a complete or partial presentation as a Web page, use long file names, and choose to save supporting files in a separate folder (that is, if the UseLongFileNames and OrganizeInFolder properties are set to True). Read-only String.

Remarks

Newly created presentations use the suffix returned by the FolderSuffix property of the DefaultWebOptions object. The value of the FolderSuffix property of the WebOptions object may differ from that of the DefaultWebOptions object if the presentation was previously edited in a different language version of Microsoft PowerPoint. You can use the UseDefaultFolderSuffix method to change the suffix to that of the language you are currently using in Microsoft Office.

By default, the name of the supporting folder is the name of the Web page plus an underscore (_), a period (.), or a hyphen (-) and the word "files" (appearing in the language of the version of PowerPoint in which the file was saved as a Web page). For example, suppose that you use the Dutch language version of PowerPoint to save a file called "Page1" as a Web page. The default name of the supporting folder would be Page1_bestanden.

The following table lists each language version of Office, and gives its corresponding folder suffix. For the languages that are not listed in the table, the suffix ".files" is used.

Language

LanguageFolder suffix
Arabic.files
Basque_fitxategiak
Brazilian_arquivos
Bulgarian.files
Catalan_fitxers
Chinese - Simplified.files
Chinese - Traditional.files
Croatian_datoteke
Czech_soubory
Danish-filer
Dutch_bestanden
English_files
Estonian_failid
Finnish_tiedostot
French_fichiers
German-Dateien
Greek.files
Hebrew.files
Hungarian_elemei
Italian-file
Japanese.files
Korean.files
Latvian_fails
Lithuanian_bylos
Norwegian-filer
Polish_pliki
Portuguese_ficheiros
Romanian.files
Russian.files
Serbian (Cyrillic).files
Serbian (Latin)_fajlovi
Slovakian.files
Slovenian_datoteke
Spanish_archivos
Swedish-filer
Thai.files
Turkish_dosyalar
Ukranian.files
Vietnamese.files

Example

This example returns the folder suffix used by presentation one. The suffix is returned in the string variable strFolderSuffix.

strFolderSuffix = Presentations(1).WebOptions.FolderSuffix