SourceFileInfo.File 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.
Gets the file on disk.
public:
property System::IO::FileInfo ^ File { System::IO::FileInfo ^ get(); };
public System.IO.FileInfo File { get; }
member this.File : System.IO.FileInfo
Public ReadOnly Property File As FileInfo