Zip for UWP/WinRT
AddFolderAsync メソッド

フォルダのコンテンツを現在の zip ファイルに追加します。
構文
'宣言
 
Public Function AddFolderAsync( _
   ByVal folder As Windows.Storage.StorageFolder _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task AddFolderAsync( 
   Windows.Storage.StorageFolder folder
)

パラメータ

folder
解説
このメソッドは、すべてのファイルとサブフォルダを zip ファイルに追加します。
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

参照

関連項目

C1ZipEntryCollection クラス
C1ZipEntryCollection メンバ

Send Feedback