Click or drag to resize

FileInfoName Property

Gets the name of the file.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public override string Name { get; }

Property Value

Type: String
The name of the file.
Remarks

The name of the file includes the file extension.

When first called, FileInfo calls Refresh and caches information about the file.

On subsequent calls, you must call Refresh to get the latest copy of the information.

The name of the file includes the file extension.

See Also