Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show result of sys(2023)?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01197523
Message ID:
01197569
Vues:
15
>
>#define MAX_PATH 260
>
>DECLARE INTEGER GetLongPathName IN WIN32API STRING @lpszShortPath, STRING @lpszLongPath, INTEGER cchBuffer
>lcShortPathname = SYS(2023)
>lcLongPathname  = SPACE(MAX_PATH)
>lnReturnedChars = GetLongPathName(@lcShortPathname, @lcLongPathname, MAX_PATH)
>? [Short Name], lcShortPathname
>? [Long Name ], LEFT(lcLongPathname,lnReturnedChars)
>
Borislav,

Thank you very much for your help.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform