Flowdock
install_builtin_commands() public

Delegates File methods into Shell, including the following commands:

  • Shell#atime(file)

  • Shell#basename(file, *opt)

  • Shell#chmod(mode, *files)

  • Shell#chown(owner, group, *file)

  • Shell#ctime(file)

  • Shell#delete(*file)

  • Shell#dirname(file)

  • Shell#ftype(file)

  • Shell#join(*file)

  • Shell#link(file_from, file_to)

  • Shell#lstat(file)

  • Shell#mtime(file)

  • Shell#readlink(file)

  • Shell#rename(file_from, file_to)

  • Shell#split(file)

  • Shell#stat(file)

  • Shell#symlink(file_from, file_to)

  • Shell#truncate(file, length)

  • Shell#utime(atime, mtime, *file)

Show source
Register or log in to add new notes.