web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

File URL correction "\\" instead of "\"

(0) ShareShare
ReportReport
Posted on by 3,850

I'm developing a form who gives users opportunity to upload files. I use EDT FileNameOpen in the field so the user can choose the file to upload. After the file selection the field display the URL:

C:\User\MyUser\Download\myFile.txt

I have seen some code where the URL is hard coded and then the developer have change the URL like this: C:\\User\\MyUser\\Download\\myFile.txt - probably so the program don't divide (or try to do that by calculation).

In my chase the URL is a variable so I can't hard code it into the Class.

What should I be aware of to be absolutely sure that the URL will be treated right but not be calculated?

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    239,650 Most Valuable Professional on at

    If you already have the right string, you don't have to worry. The trick is in the conversion from string literals. If you write something like str s = "c:\test", AX expands the escape sequence \t to a tabulator, which is clearly not what you want. You can avoid the problem by adding @ before the literal (str s = @"c:\test"), which prevents the expansion.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 21

#2
dserp Profile Picture

dserp 4

#2
dekion Profile Picture

dekion 4

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans