Page 1 of 1
Insert directory listing into file
Posted: Wed Apr 07, 2010 11:40 pm
by rhmelis
Hello,
Can Textpipe (or another Datamystic program) replace a string with a listing of the files in the current "read" directory?
For example: a directory holds the files test.txt, 1.txt and 2.txt.
Tetxpipe should then replace a string within 'test.txt' with:
test.txt
1.txt
2.txt
I hope you understand what i mean. Is this possible?
Thanks!
Remco
Re: Insert directory listing into file
Posted: Thu Apr 08, 2010 3:31 pm
by DataMystic Support
Sure Remco,
You can use the Scripting filter to do anything - like listing file contents.
Also see script filter\replace filename with file contents.fll
Re: Insert directory listing into file
Posted: Thu Apr 08, 2010 4:57 pm
by rhmelis
Hello Simon,
Thanks for the swift response. Now that I know it's possible, i'll figure it out!
Cheers,
Remco
Re: Insert directory listing into file
Posted: Fri Apr 09, 2010 6:26 am
by rhmelis
Hello Simon,
I lied.
I have no idea how to make this work. If I am correct, the script you pointed out changes the
filename according the the
filecontents??
I would like to replace a string
within the file with a listing of the files
in the same directory.
Could you give me another hint?
Thanks a lot
Remco
Re: Insert directory listing into file
Posted: Fri Apr 09, 2010 9:41 am
by DataMystic Support
Use the FileSystemObject in the example I gave you to generate a file list. You will need to lookup documentation on its
FindFirst/FindNext functions with google.
Re: Insert directory listing into file
Posted: Fri Apr 09, 2010 3:11 pm
by rhmelis
Thanks for your help, but this scripting is beyond me. I'll try something else.
Tnhx,
Remco