Table of Contents

Interface IFileSystem

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

Interface for abstracting file system operations

public interface IFileSystem

Methods

GetFilesInSubfolders(string)

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

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