Skip to contents

This function returns the names of all .raw files in a fileset using COM scripting

Usage

EVFilesInFileset(EVFile, filesetName)

Arguments

EVFile

An Echoview file COM object

filesetName

An Echoview fileset name

Value

A character vector containing the names of all .raw files in the fileset

See also

Examples

if (FALSE) {
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
file.names <- EVFilesInFileset(EVFile = EVFile, filesetName = '038-120-200')
}