4.2.57. GNATCOLL.VFS_Types
package GNATCOLL.VFS_Types is
type FS_String is new String;
type FS_String_Access is access all FS_String;
procedure Free is new Ada.Unchecked_Deallocation
(FS_String, FS_String_Access);
type FS_Type is (FS_Unknown, FS_Unix, FS_Unix_Case_Insensitive, FS_Windows);
end GNATCOLL.VFS_Types;