Table of Contents

Class FileSystem

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

Default implementation of IFileSystem using System.IO

public class FileSystem : IFileSystem
Inheritance
FileSystem
Implements
Inherited Members

Methods

GetFilesInSubfolders(string)

Gets all files in the immediate subfolders of a specified root path

public HashSet<string> GetFilesInSubfolders(string rootPath)

Parameters

rootPath string

The root directory path

Returns

HashSet<string>

A hash set containing paths of all files in the immediate subfolders