Yves,

Tested on Panther, and it works with a slash after "/Incorporés"

  put specialFolderpath("Desktop")&"/Incorporés/" into tBureau
  answer file "Choisir un fichier ?" with tBureau as sheet

I hope it helps

Thierry

On 2005, Oct 4, , at 21:13, Yves COPPE wrote:

Hi list

Rev 2.6 and Mac OSX X 10.4.2 FR

French laguage user of rev, I have a problem with path to folder and french "accent"

if I write a code ;

  put specialFolderpath("Desktop")&"/Incorpores" into tBureau
  answer file "Choisir un fichier ?" with tBureau as sheet

it opens on the answer DLOG in the right Folder

If I write

  put specialFolderpath("Desktop")&"/Incorporés" into tBureau
  answer file "Choisir un fichier ?" with tBureau as sheet

it doesn't open correctrly at the rigjht place
so "Incorpores" runs wel
BUT
"incorporés" doesn't run wel : once with "e" it's Ok, once with "é", it doesn't run rigth.

How can I  proceed ?


Greetings.

Yves COPPE
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to