Skip to content

jrobertson/rxfreadwrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RXFReadWrite example

class Fun
  include RXFReadWriteModule


  def go()
    FileX.write 'dfs://dfs.home/tmp/foo123.txt', 'hey ho!'
  end
  def go2()
    FileX.read 'dfs://dfs.home/tmp/foo123.txt'
  end
end

fun = Fun.new
puts fun.go
puts fun.go2

About

Read and write files from remote locations (using the DFS protocol) as well as local.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages