'Declaration Public Overloads Shared Sub Tar( _ ByVal tarFileName As String, _ ByVal ParamArray filesToTar() As String _ )
public static void Tar( string tarFileName, params string[] filesToTar )
Parameters
- tarFileName
- The full path of the Tar archive. Cannot be empty.
- filesToTar
- The list of file paths to add to the Tar archive. Must contain at least one file.