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
Insert directory listing into file
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Insert directory listing into file
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
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
Hello Simon,
Thanks for the swift response. Now that I know it's possible, i'll figure it out!
Cheers,
Remco
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
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
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
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: Insert directory listing into file
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.
FindFirst/FindNext functions with google.
Re: Insert directory listing into file
Thanks for your help, but this scripting is beyond me. I'll try something else.
Tnhx,
Remco
Tnhx,
Remco