listDomains-methods: List files and subdirectories of a domain

Description Usage Arguments Details Value Examples

Description

The user needs to give the domain to start in. The search will be non-recursive. I.e., output for domain '/home/jreadey/' will not return the files in '/home/jreadey/HDFLabTutorial/'

Usage

1
2
3
4
5
6
7
listDomains(object, rootdir)

## S4 method for signature 'HSDSSource,character'
listDomains(object, rootdir)

## S4 method for signature 'HSDSSource,missing'
listDomains(object)

Arguments

object

An object of type HSDSSource

rootdir

A slash-separated directory in the HSDSSource file system.

Details

This function is deprecated and will be defunct in the next release.

Value

a vector of domains in the rootdir

Examples

1
2
3
4
src.hsds <- HSDSSource('http://hsdshdflab.hdfgroup.org')
src.chan <- HSDSSource('http://h5s.channingremotedata.org:5000', 'h5serv')
listDomains(src.chan)
listDomains(src.hsds, '/home/jreadey')

rhdf5client documentation built on Nov. 8, 2020, 5:55 p.m.