Hi and thanks for the reply.I tried to replace:replace([Filename (path)], V:\)&datatype=withreplace([Filename (path)], V:\ AND B:\)&datatype=But it doesn't work.Is that what you meant? [/list]
If I understand you correctly you have a NAS mapped to a drive e..g V:\you add a second NAS also mapped to a drive letter e.g. W:\You want to get rid of the drive letter in the viewTry RemoveLeft([Filename (path)],3)
(replace([Filename (path)], V:\) AND (B:\)&datatype=[list])