GetName Method (FileHandle)

Class

FileHandle.

Action

Returns the name of the file or directory to which the handle corresponds.

Syntax

C#

sName = GetName ();

VB

sName = GetName ()
Variable Description
sName The name of the file or directory to which the handle corresponds.. String.