Dart.PowerTCP.Zip Namespace > Archive Class : Delimiter Property |
<CategoryAttribute("Archive")> <BrowsableAttribute(True)> <DescriptionAttribute("Set or Get the Delimiter used when adding files to the archive.")> <DefaultValueAttribute()> Public Property Delimiter As Char
[Category("Archive")] [Browsable(true)] [Description("Set or Get the Delimiter used when adding files to the archive.")] [DefaultValue()] public char Delimiter {get; set;}
[Category("Archive")] [Browsable(true)] [Description("Set or Get the Delimiter used when adding files to the archive.")] [DefaultValue()] public: __property char get_Delimiter(); public: __property void set_Delimiter( char value );
[Category("Archive")] [Browsable(true)] [Description("Set or Get the Delimiter used when adding files to the archive.")] [DefaultValue()] public: property char Delimiter { char get(); void set ( char value); }
When a string is used to add items to an archive, it is possible to add multiple files or directories using a delimiter. By default, the Archive component uses a comma (,) to maintain backwards compatibility. However, a comma is a valid filename character. This property allows the developer to use an alternative delimiter.