Class | ChangeSet::CreateOperation |
In: |
lib/fastcst/changeset.rb
|
Parent: | Object |
An operation for creating files based on the target directory, path to the file, and a data output stream. It records the file’s contents and the mtime of the file so that it can replicate the file as closely as possible.
Records the file’s path, mtime, and contents. The dir argument is used only to get to the file, and isn’t recorded in the object.