To Network

Ruby code posted
created at 23 Jan 05:42

Edit | Back
1
2
3
if File.exists?(local_saves)
  FileUtils.cp_r(local_saves, network_location)
end
81 Bytes in 2 ms with coderay