|
How is Ruby with file handling
I am looking to progress my programming knowledge out of the dark ages and into something more modern (and to higher levels) but I am unsure which method of scripting to choose. Having heard things regarding Ruby I was wondering if someone could advise if things are possible. I have learnt java but mostly been creating routines for the Windows command prompt due to knowing tasks are possible. I figured a good way to start a new lanuage is to attempt what know from another language/script.
I am aiming for a script to be ran locally on other stations (without having to install web servers) that can look, delete and copy files but also start an application (with parameters). A bonus is being able to create encrypted zip files.
PHP has exec() but seems to require a web server. Java (at my last look) was not able to run a local executable file with parameters (and took ages to start).
Am I on the verge of joining the Ruby bandwagon or just wishfully thinking on inflated expectations. Alternately if you know of a different tree sniff then please comment.
Thanks in advanced
|