AbstractPath.ListDirectory

AbstractPath.ListDirectory method

Returns paths located inside this AbstractPath, if it’s a directory.

public abstract IEnumerable<AbstractPath> ListDirectory()

Return Value

Paths located inside this AbstractPath.

See Also