sysopen

IO.sysopen(path, [mode, [perm]]) â fixnum
Class Public methods

Opens the given path, returning the underlying file descriptor as a Fixnum.

IO.sysopen("testfile")   #=> 3
doc_ruby_on_rails
2015-04-13 09:35:49
Comments
Leave a Comment

Please login to continue.