Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET DEFAULT question
Message
 
 
À
20/08/2001 13:03:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00546287
Message ID:
00546302
Vues:
11
>>Don't ask why, but my app has never had a SET DEFAULT. Do most applications have a SET DEFAULT? Now for the first time in 3 years it has caused a problem with creating a MKDIR that only specifies the directory name and not the complete path. All the clients have a shortcut on their desktop to the app and that is how they execute it, so the MKDIR creates the directory on their desktop. I want the directory in the app folder.
>>
>>I have added the following lines of code in my MAIN.PRG, but the MKDIR is still created on the desktop. First, how can I tell what is the value of SET DEFAULT? Second, what is it that I am doing wrong to set the default to the folder that contained the application?
>>
>>sys_default = sys(5) + curdir()
>>set default to (sys_default)
>>
>>Thanks
>>
>>Brenda
>
>Brenda,
>No not all apps have a set default.
>To get default :
>lcDefault = set('default')

This one returns only drive not path

>or :
>lcDefault = sys(5)+curdir() && Working dir

or
lcDefault = Fullpath("")
>
>You're setting default back to where it was (probably nothing specified as startupdir in shcut). Try :
>
>set default to (justpath(sys(16,1))
>
>Cetin
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform