* list :
[mono.git] / mono / metadata / file-io.h
index 0efc3e2c55a7f32518a8dfcd8c24720ba7993ce3..061d35147cd68367e4579ff5522ef299595dd422 100644 (file)
@@ -100,6 +100,9 @@ ves_icall_System_IO_MonoIO_GetFileAttributes (MonoString *path);
 extern gboolean
 ves_icall_System_IO_MonoIO_SetFileAttributes (MonoString *path, gint32 attrs);
 
+extern gint32
+ves_icall_System_IO_MonoIO_GetFileType (HANDLE handle);
+
 extern gboolean 
 ves_icall_System_IO_MonoIO_GetFileStat (MonoString *path, MonoIOStat *stat);