#1
|
|||
|
|||
Process Files Base File Name
Hello,
I'm interesting calculating the base file name (no file extension) for files procces with process files. For instance, I have a list of XML files that I want to transform to dll. So for file1.xml I would like file1.dll. %PROCFILES_FILENAME% returns the file extension. How about %PROCFILES_BASEFILE% Any ideas? -smckeown |
#2
|
|||
|
|||
[vbld_FSO.GetBaseName("%PROCFILES_FILENAME%")]
http://www.kinook.com/VisBuildPro/Ma...xpressions.htm http://www.kinook.com/VisBuildPro/Ma...scriptfile.htm |
|
|