Create folders and files through linux system commands in rails application

Hi,

can anyone suggest me how to create folders and files through linux
system
commands in rails application and to provide drag and drop support to
them

Thanks,
Rajesh

Hi Rajesh

What exactly do you mean by “drag and drop support”?

On Fri, May 25, 2012 at 12:22 PM, Rajesh R. [email protected]
wrote:

You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.

  • Aziz M. Bookwala

Website http://azizmb.in/ | Twitter https://twitter.com/azizbookwala
|
Github http://github.com/azizmb

On 25 May 2012 07:52, Rajesh R. [email protected] wrote:

Hi,

can anyone suggest me how to create folders and files through linux system
commands in rails application and to provide drag and drop support to them

I presume the files are on the server. For the system stuff have a
look at FileUtils (standard ruby library). That won’t do the
drag/drop of course, which I presume you want to do in the browser.
It sounds a rather strange requirement, using browser on client to
manipulate files/folders on the server.

Colin