Le lundi, 7 juil 2003, � 20:09 Europe/Brussels, Klaus Major a �crit :
Bon soir Yves,
SUCCESS!!! :-D
This worked fine on my OS X 10.2.6 RR 2.01:
... get shell("mkdir" && "r�p�tition") ...
mkdir = make directory :-)
I'm proud of me :-)
How can I make a full pathname for example : users/<myname>/Documents/myData/R�p�tition with this command ??? get shell(...)
Just like any other path in RR...
There are some Unix related goodies that you can use.
Like $HOME or $USER
Try this in the msg:
put $HOME
will give the path to your home directory
and
put $USER
will give the username of the currently logged-in user
So you can create a path like in your example:
...
get shell("mkdir" && $HOME & "/Documents/" & "r�p�tition")
...See also the info about "specialfoldernames" on Ken Rays website!
How can you explain that create folder doesn't work but rename folder without diacritical chars to a folder with diacritical chars do work ?
Not at all ;-)
Hope that helps.
Greetings.
Yves COPPE [EMAIL PROTECTED]
Au revoir...
Regards
Klaus Major [EMAIL PROTECTED] www.major-k.de
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
