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
Opens the given path, returning the underlying file descriptor as a
Fixnum
.
IO.sysopen("testfile") #=> 3
Please login to continue.