ArcFM Engine Developer Guide
Add(String,String) Method


Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal fileName As String, _
   ByVal basePath As String _
) As ZipEntry
'Usage
 
Dim instance As ZipFile
Dim fileName As String
Dim basePath As String
Dim value As ZipEntry
 
value = instance.Add(fileName, basePath)
public ZipEntry Add( 
   string fileName,
   string basePath
)

Parameters

fileName
basePath
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ZipFile Class
ZipFile Members
Overload List

 

 


Send Comment