Discussion:
Stupdid question
Friedrich Dominicus
2013-03-28 13:59:35 UTC
Permalink
I tried to find out how to rename a file name and have no idea what to
use.

May someone give me a helping hand?

Regards
Friedrich
Wesley Teal
2013-03-28 15:50:35 UTC
Permalink
Post by Friedrich Dominicus
I tried to find out how to rename a file name and have no idea what to
use.
Friedrich,
This should do the trick:

inf := File with("old_name.txt")
inf moveTo("new_name.txt")

Wesley
Post by Friedrich Dominicus
May someone give me a helping hand?
Regards
Friedrich
Loading...