I can do this in regular programming code but since i'm not familiar with php, i need a little help.
I am passing a UNC file string value to another page. Looks like this: \\<server>\folder\folder\file
I would just like to strip the file portion off of this variable. The catch to this is that sometimes the length of the value can change. (I.e. \\<server>\folder\folder\folder\file) and the file name can be of any length too.
Any suggestions on how to do this?
thx
I am passing a UNC file string value to another page. Looks like this: \\<server>\folder\folder\file
I would just like to strip the file portion off of this variable. The catch to this is that sometimes the length of the value can change. (I.e. \\<server>\folder\folder\folder\file) and the file name can be of any length too.
Any suggestions on how to do this?
thx