File Parsing example - SuperTrend

Do you know the name of your networked drive, with some slashes in the other direction? You’ll want to use that.

For example, around here we found:

Network Drives use the “/” character, like this example:
file:w,//000Eng/Temp/_TestFile_01.txt

Drives that are local to the Windows computer use the “” character, like these examples:
Hard Drives local to my computer:
file:w,C:\Temp_TestFile_01.txt
file:w,F:\Temp_TestFile_01.txt

USB Flash Drive local to my computer:
file:w,G:\Temp_TestFile_01.txt

Here’s how you might be able to find that name using Explorer:


I hope that helps!
-Mary