what is the difference between one backslash (\) and double backslashes (\\) when defining a path?
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Mohammad Abdolrahmani
am 22 Jan. 2015
Bearbeitet: Mohammad Abdolrahmani
am 22 Jan. 2015
Dear All I am trying to understand a code written by an alumni. I found that for defining a data directory which is located on a server (not on the computer) the double backslashes was used in the beginning of the path definition. Something like DIR = '\\zserver\data'. I am wondering why \\ is used. I'd appreciate your comments. Bests MA
0 Kommentare
Akzeptierte Antwort
Mohammad Abouali
am 22 Jan. 2015
Bearbeitet: Mohammad Abouali
am 22 Jan. 2015
that's how on windows machine the server is defined.
\\servername\shared_resource\subfolder_on_that\sub_sub_folder_in_that\and_so_on\myfile.something
so that way, the system knows that the name immediately after \\ is referring to the server name.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!