directory class : TypeName getter

Description

Gets the type name.

Syntax

directoryInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

directory dir = new directory("c:\somewhere...");

2:

string typeName = dir.TypeName;

Notes

This getter returns "directory".

Links for reference

None.

Copyright © Cooker All rights reserved.