Click or drag to resize
CSYSFindFilesVV Method
Fill a VV with files matching an input file mask.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Fill a VV with files matching the input file mask. The VV should be of string type.
Syntax
public static void FindFilesVV(
	CVV oVV1,
	string str2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV object
str2
Type: SystemString
File mask to match
See Also