/*++ Copyright (c) 1989 Microsoft Corporation Module Name: os2file.c Abstract: This is a test OS/2 application to test the file system component of OS/2 Author: Therese Stowell (thereses) 24-Oct-1989 Environment: User Mode Only Revision History: --*/ #define OS2_API32 #define INCL_OS2V20_ERRORS #define INCL_OS2V20_FILESYS #define INCL_OS2V20_TASKING #include int main( int argc, char *argv[], char *envp[] ) { int i; APIRET rc; ULONG DiskNumber, LogicalDrives; char DirectoryName[50]; ULONG DirectoryNameLength=50; HFILE FileHandle; ULONG ActionTaken; DbgPrint( "*** Entering OS/2 File System Test Application\n" ); DbgPrint( "argc: %ld\n", argc ); for (i=0; i