Path: utzoo!attcan!uunet!bu.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!fernwood!portal!cup.portal.com!dyoung From: dyoung@cup.portal.com (David Michael Young) Newsgroups: comp.os.os2.misc Subject: Re: Using fopen with HPFS Message-ID: <32105@cup.portal.com> Date: 26 Jul 90 15:35:47 GMT References: <1990Jul25.210712.14454@csc.ti.com> Distribution: na Organization: The Portal System (TM) Lines: 13 THe MSC runtime library uses the OS/2 DosOpen function to open up files, which (unfortunatly) restricts you to the 8.3 convention. With OS/2 1.2, there is a new call, DosOpen2, that allows unrestricted file names. Your best bet is to write a replacement for fopen that uses the right OS call. ============================================================================== "It's a Dog-eat-dog world out there... And I'm wearing Milk Bone underwear." - Norm Peterson David Young dyoung@cup.portal.com