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

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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
VV object
mask
Type: SystemString
File mask to match
See Also