U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » GetCurrentDirectory() Doesn't contain the \ is this a bug?
Re: GetCurrentDirectory() Doesn't contain the \ is this a bug? [message #32658 is a reply to message #32656] Tue, 31 May 2011 19:48 Go to previous messageGo to previous message
Anonymous
Hello David,

I think you're getting the directory but you've checked with PromptOK, right? PromptOK show QTF formated text and '\' is used by qtf, so if you want to see pure text, use DeQtf function.
PromptOK(DeQtf(GetCurrentDirectory()));

or
PromptOK("\1" + GetCurrentDirectory());

\1 means in qtf that the following text is escaped (not qtf).

Andrei
 
Read Message icon8.gif
Read Message
Read Message icon7.gif
Previous Topic: Ptr improve
Next Topic: Is Ref complete?
Goto Forum:
  


Current Time: Fri Sep 11 05:44:16 GMT+2 2026

Total time taken to generate the page: 0.00778 seconds