say i have a unc path like \\computer\share\folder
How could i convert that UNC path to reflect the mapped drive path instead?
for example if \\computer\share is mapped to drive D then the path for that folder would be D:\folder

hope it's clear