Click or drag to resize

FileFullname Property

The combined optional path and file name of the file on the digital media. There is no drive letter. A typical value would be April report.docx for a file in the root folder of the media, or Reports/April/2024/purchases.xlsx for a file in a subdirectory.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public string Fullname { get; set; }

Property Value

String
See Also