VFS::File class of PicoRuby

Singleton methods

new

VFS::File.new(String path, String mode) -> void

new

VFS::File.new(String path, String mode) -> void

open

VFS::File.open(String path, String mode) -> file_t

utime

VFS::File.utime(Time atime, Time mtime, *String filename) -> Integer
Tags: