Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / QuickTar Class / Remove Method


In This Topic
    Remove Method (QuickTar)
    In This Topic
    Removes files from a Tar archive, specifying whether files contained within sub-folders will also be removed.
    Overload List
    OverloadDescription
    Removes files from a Tar archive, specifying whether files contained within sub-folders will also be removed.  
    Removes files from a Tar archive, specifying whether files contained within sub-folders will also be removed.  
    Remarks

    Tar files are case sensitive; therefore, the string passed in the filesToRemove parameter will be used "as-is".

    For example, if a Tar archive contains a file named "FILE.TXT" and "file.txt" is passed to the filesToRemove parameter, "FILE.TXT" will not be removed.

    This implementation of Tar is fully read/write compatible with the USTAR format. It is read compatible with GNU Tar archives whose entries do not use the header extensions of this format.

    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