The Name of the folder, as a path from the root.
Syntax
public System.string Name {get; set;}
Property Value
The name or path to the folder from the root.
Example
The My Reports folder is in the root directory.
The second quarter sales reports are stored three directories deep from the root folder.
f.Name = "Sales Reports\\2020\\Q2"