Click or drag to resize
weroSoft AG, Software
FileHandling Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Proposes high level methods for file handling
Inheritance Hierarchy
SystemObject
  WeroSoft.SerializationFileHandling

Namespace:  WeroSoft.Serialization
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class FileHandling

The FileHandling type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCompress(String)
Compresses the defined source file to a file with same name and added extension .gzip.
Public methodStatic memberCompress(String, String, Boolean, GZipHandling)
Compresses the defined source file to a defined target file name.
Public methodStatic memberContextUnzip(String, String, String)
Unzip an archive using a context identifier.
Public methodStatic memberContextUnzip(String, String, String, Boolean)
Unzip an archive using a context identifier.
Public methodStatic memberContextZip(String, String, Boolean, String)
Zip file(s) using a defined context identifier.
Public methodStatic memberContextZip(String, String, Boolean, String, Boolean)
Zip file(s) using a defined context identifier.
Public methodStatic memberCopyDirectory
Copies a directory to another.
Public methodStatic memberDecompress(String)
Decompresses the source file with an extension .gzip to a file without the extension .gzip.
Public methodStatic memberDecompress(String, GZipHandling)
Decompresses the source file with the extension .gzip
Public methodStatic memberDecompress(String, String, Boolean, GZipHandling)
Decompresses the source file to the defined target file.
Top
Events
  NameDescription
Public eventStatic memberFileCopied
Raised if a file is copied.
Top
Fields
  NameDescription
Public fieldStatic memberGzipFileExtension
Gets the extension of gzip files.
Top
See Also