Page 1 of 1

Insert Parent directory name

Posted: Fri Dec 04, 2009 8:16 am
by rhmelis
Hello! Textpipe is great, but the number of features is a bit intimidating :D Anyway, I am looking for a way to insert (i.e. replace a string) with the name of the directory the file resides in.

For example this file: C:\Stuff\documents\file.txt contains the searchstring [DIR]. Can Textpipe replace that string with documents or even Stuff\documents or C:\Stuff\documents\?

I've searched the forums and found hints pointing to @FullInputFilename but that string in itself does not work (i'm probably using it wrong). And I can't find anything about strings like that in the online documentation...

Thanks for your time!

Re: Insert Parent directory name

Posted: Tue Dec 08, 2009 9:48 am
by DataMystic Support
Just use a search and replace to find:

Code: Select all

[DIR]
and replace with

Code: Select all

**@FullInputFilename**
Then you use use a second search replace to trim the trailing filename from @FullInputFilename by using the ** as markers.