Board index » delphi » Getting "long" file names

Getting "long" file names

c > I was wandering if there is a way of getting long names
c > using some procedure like findfirst/next.
c > Maybe some units to do so.
c >
c > ps. If somebody know where are those "long" file names
c > stored? There must be a way to access them. Dos DIR
c > procedure gives short and long names.
    Look up the FindFirstFile Function, its the 32-bit equivilent to
    FindFirst....

___ Mountain Reader - 1.2

Quote
>> Slipstream Jet - The QWK solution for Usenets #RFMAKRRY

 

Re:Getting "long" file names


Quote
mainlin...@sprynet.com wrote:

> c > I was wandering if there is a way of getting long names
> c > using some procedure like findfirst/next.
> c > Maybe some units to do so.
> c >
> c > ps. If somebody know where are those "long" file names
> c > stored? There must be a way to access them. Dos DIR
> c > procedure gives short and long names.
>     Look up the FindFirstFile Function, its the 32-bit equivilent to
>     FindFirst....

> ___ Mountain Reader - 1.2

> >> Slipstream Jet - The QWK solution for Usenets #RFMAKRRY

I can send you a unit retrieving the long name of a given short
file name.
If you are interested, send email to Ain...@aol.com, NOT to
the account in the header of this message.

Re:Getting "long" file names


Quote
On Mon, 05 Oct 1998 03:45:18 -0400, mainlin...@sprynet.com wrote:
>    Look up the FindFirstFile Function, its the 32-bit equivilent to
>    FindFirst....

But the program still needs to run in a DOS shell under windows 95/98,
right? (please prove me wrong)

Other Threads