G Guest Aug 6, 2004 #1 if i want to load the txt from the network share like \\comp\share\a.txt so what can i do? Thank you
M Morten Wennevik Aug 6, 2004 #2 Hi HK guy, You are doing it correctly, but remember to use double \ or put a @ in front of the string due to escape sequences. Assuming comp is the computer name, and share is the share folder name: "\\\\comp\\share\\a.text" @"\\comp\share\a.text"
Hi HK guy, You are doing it correctly, but remember to use double \ or put a @ in front of the string due to escape sequences. Assuming comp is the computer name, and share is the share folder name: "\\\\comp\\share\\a.text" @"\\comp\share\a.text"