Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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
unknown user
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 Aug 22 05:20:32 CEST 2025

Total time taken to generate the page: 0.05773 seconds