FileNode Class

Definition

Line 6 of FileExplorer/FileNode.cm

Inheritance

Constructors & Destructor

public nothrow FileNode(const String<char>& name_)

Member Functions

public override nothrow bool CanOpen() const
public override nothrow String<char> ImageName() const

Constructor& Destructor Details

FileNode Constructor

public nothrow FileNode(const String<char>& name_)

Definition
Line 8 of FileExplorer/FileNode.cm


Member Function Details

CanOpen Member Function

public override nothrow bool CanOpen()

Definition
Line 15 of FileExplorer/FileNode.cm


ImageName Member Function

public override nothrow String<char> ImageName()

Definition
Line 11 of FileExplorer/FileNode.cm