EVFilesInFileset: Find names of all raw files in a fileset

EVFilesInFilesetR Documentation

Find names of all raw files in a fileset

Description

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

References

http://support.echoview.com/WebHelp/Echoview.htm/

See Also

EVOpenFile

Examples

## Not run: 
EVAppObj <- COMCreate('EchoviewCom.EvApplication')
EVFile <- EVOpenFile(EVAppObj,'~~/KAOS/KAOStemplate.EV')$EVFile
file.names <- EVFilesInFileset(EVFile = EVFile, filesetName = '038-120-200')

## End(Not run)

AustralianAntarcticDivision/EchoviewR documentation built on Aug. 21, 2023, 6:56 p.m.