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

Instance methods

physical_address

instance.physical_address() -> Integer

sector_size

instance.sector_size() -> Integer
Tags: class