class

Commander::VirtualFS::FileProvider

Inherits Commander::VirtualFS::Provider < Reference < Object

Instance methods

copy(path : VirtualPath, target : VirtualPath) : Response
Source
delete(path : VirtualPath) : Response
Source
list(path : VirtualPath) : Response
Source
mkdir(path : VirtualPath) : Response
Source
open_stream(path : VirtualPath) : Response
Source
read(path : VirtualPath) : Response
Source
rename(path : VirtualPath, target : VirtualPath) : Response
Source
scheme
Source
stat(path : VirtualPath) : Response
Source
write(path : VirtualPath, data : Bytes) : Response
Source