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)

Report
All responses (
Answers (