WebOptions.FolderSuffix Property (PowerPoint)

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.

Syntax

expression .FolderSuffix

expression A variable that represents a WebOptions object.

Return Value

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

Folder suffix

Arabic

.files

Basque

_fitxategiak

Portuguese (Brazil)

_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

See Also

Concepts

WebOptions Object Members

WebOptions Object