Click or drag to resize
IGDStorageFileFileType Property
Gets the type (file name extension) of the file.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
string FileType { get; }

Property Value

Type: String
The file name extension of the file.
Remarks
If you simply want to check the file type of a file in your app, see the FileType property of the GDStorageFile class.
See Also