Gets or sets a Boolean value that indicates whether the local system's OEM text encoding code page can be used to write filenames in the archive.
Syntax
'Declaration
Public Property UseLocalMachineOEMCodePageForFilenames As Boolean
'Usage
Dim instance As ZipArchive
Dim value As Boolean
instance.UseLocalMachineOEMCodePageForFilenames = value
value = instance.UseLocalMachineOEMCodePageForFilenames
public bool UseLocalMachineOEMCodePageForFilenames {get; set;}
Property Value
true (the default value) if the local system's OEM text encoding code page can be used to write filenames in the archive. false otherwise. In this case, code page 437 is always used.
Example
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also