petr.nehez Posted August 19, 2011 Posted August 19, 2011 Hi, how is it possible to display path with backslashes? I have this code: StatusBar.Panels[1].Text := FTool.Config.RootFolder; but it removes backslashes. Thanks. Petr Quote
patmap Posted August 19, 2011 Posted August 19, 2011 Hi, I dont know what is this property 'RootFolder;' ! Which path you want to find, URL path or Exe root path ? Regards Quote
Administrators Farshad Mohajeri Posted August 20, 2011 Administrators Posted August 20, 2011 In Json and JScript Backslash is a control char which can initiates special sequences. Use double backslashes to display them. Quote
petr.nehez Posted August 22, 2011 Author Posted August 22, 2011 In Json and JScript Backslash is a control char which can initiates special sequences. Use double backslashes to display them. This helped me. Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.