Table of Contents

Class FileSystemExtensionMethods

Namespace
CodeBase
Assembly
4Experience.CodeBase.Core.Runtime.dll
public static class FileSystemExtensionMethods
Inheritance
FileSystemExtensionMethods

Methods

IsDirectory(FileSystemInfo)

Checking if the FileSystemInfo class has a flag indicating that it is, in fact, a directory. FileSystemInfo is the base class for FileInfo and DirectoryInfo.

public static bool IsDirectory(this FileSystemInfo target)

Parameters

target FileSystemInfo

Returns

bool