FileBase.FullPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This property is purely informative, and does not always return the actual physical path to the file. To get the file, use OpenReadAsync method.
public string FullPath { get; }
Property Value
System.String