Table of Contents

Class GetExtensionArgs

Namespace
SunamoFileSystem.Args
Assembly
SunamoFileSystem.dll

Arguments for getting file extension In original version exists only ReturnOriginalCase

public class GetExtensionArgs
Inheritance
GetExtensionArgs
Inherited Members
Extension Methods

Properties

FilesWithoutExtensionReturnAsIs

If true, files without extension are returned as-is; otherwise returns empty string

public bool FilesWithoutExtensionReturnAsIs { get; set; }

Property Value

bool

ReturnOriginalCase

If true, returns extension with original casing; otherwise returns lowercase

public bool ReturnOriginalCase { get; set; }

Property Value

bool