API Reference reactor_file v#0.18.3
View SourceModules
An extension which provides steps for working with the local filesystem within Reactor.
A chgrp
DSL entity for the Reactor.File
DSL extension.
A chown
DSL entity for the Reactor.File
DSL extension.
A chown
DSL entity for the Reactor.File
DSL extension.
A close_file
DSL entity for the Reactor.File
DSL extension.
A cp
DSL entity for the Reactor.File
DSL extension.
A cp_r
DSL entity for the Reactor.File
DSL extension.
A glob
DSL entity for the Reactor.File
DSL extension.
An io_binread
DSL entity for the Reactor.File
extension.
An io_binstream
DSL entity for the Reactor.File
extension.
An io_read
DSL entity for the Reactor.File
extension.
An io_stream
DSL entity for the Reactor.File
extension.
An io_write
DSL entity for the Reactor.File
extension.
A ln
DSL entity for the Reactor.File
DSL extension.
A ln_s
DSL entity for the Reactor.File
DSL extension.
A stat
DSL entity for the Reactor.File
DSL extension.
A mkdir
DSL entity for the Reactor.File
DSL extension.
A mkdir_p
DSL entity for the Reactor.File
DSL extension.
An open_file
DSL entity for the Reactor.File
DSL extension.
A read_file
DSL entity for the Reactor.File
DSL extension.
A read_link
DSL entity for the Reactor.File
DSL extension.
A rm
DSL entity for the Reactor.File
DSL extension.
A rmdir
DSL entity for the Reactor.File
DSL extension.
A stat
DSL entity for the Reactor.File
DSL extension.
A touch
DSL entity for the Reactor.File
DSL extension.
A write_file
DSL entity for the Reactor.File
DSL extension.
A write_stat
DSL entity for the Reactor.File
DSL extension.
This exception is returned when a POSIX file error is returned by the standard library.
A Reactor middleware which provides a temporary storage space for files during undo operations.
This exception is returned when a step wishes to temporarily store files but
the Reactor.File.Middleware
middleware has not been added to the reactor.
This exception is returned when a step would otherwise overwritten data without permission.
A step which calls File.chgrp/2
.
The result of a chgrp
step.
A step which calls File.chmod/2
The result of a chmod
step.
A step which calls File.chown/2
The result of a chown
step.
A step which calls File.close/1
A step which calls File.cp/3
The result of a file copying operation.
A step which calls File.cp_r/2
The result of a file copying operation.
A step which calls Path.wildcard/2
A step which runs IO.binread/2
A step which runs IO.binstream/2
A step which runs IO.read/2
A step which runs IO.stream/2
A step which runs IO.write/2
A step which calls File.ln/2
The result of the ln
operation.
A step which calls File.ln/2
The result of the ln_s
operation.
A step which calls File.lstat/2
The result of a mkdir
step.
The result of a mkdir_p
step.
A step which calls File.open/2
A step which runs File.read/1
A step which calls File.read_link/1
A step which calls File.rm/1
The result of the rm
step.
A step which calls File.rmdir/1
The result of a rmdir
step.
A step which calls File.stat/2
A step which calls File.touch/2
The result of a touch
step.
A step which calls File.write/2
The result of a write
step.
A step which calls File.write_stat/2
The result of a write_stat
step.