for the same drive you can use "/Photo.jpg" or "\Photo.jpg"
I don't understand what you mean?
Sorry if im missing something obvious.<img src="smileys/smiley5.gif" border="0" align="middle" />
Were would it fit in the following:
GetToken(string, N [, delimiter])
Returns the Nth token in string using delimiter. The default delimiter is comma (,) if you do not specify your
own. Examples: GetToken("a,b,c", 2) gives "b", GetToken("one|two|three|four", 2, "|") gives "two"