Forum Discussion
Madhi
16 years agoContributor
path = Project.FileName
x = aqFileSystem.GetFileName(path)
length = aqString.GetLength(x)
xfilename = aqString.Remove(x,length-4,4)
Did work for me..
thanks..
path = Project.FileName
x = aqFileSystem.GetFileName(path)
length = aqString.GetLength(x)
xfilename = aqString.Remove(x,length-4,4)
Did work for me..
thanks..