FileSystemEntry.ToFileSystemInfo Method

Definition

Converts the value of this instance to a FileSystemInfo.

public:
 System::IO::FileSystemInfo ^ ToFileSystemInfo();
public System.IO.FileSystemInfo ToFileSystemInfo ();
member this.ToFileSystemInfo : unit -> System.IO.FileSystemInfo
Public Function ToFileSystemInfo () As FileSystemInfo

Returns

The value of this instance as a FileSystemInfo.

Applies to