PDA

View Full Version : Filename field minus Drive



malfan
2008-08-15, 03:50 PM
Is there a way to modify the filename field to display the filename without the drive designation?
ie. client\project\file.dwg versus Q:\client\project\file.dwg

thanks,
Betty

RobertB
2008-08-21, 03:03 AM
Use the following Diesel Expression (Other category)

$(substr,$(getvar,DWGPrefix),4)$(getvar,DWGName)

malfan
2008-08-26, 09:06 PM
Many thanks, Robert, I was out of town and just checked to find an answer.