class Cd::AnyEntry

Overview

Manipulates a file or directory path.

Included Modules

Defined in:

lib/any_entry.cr

Constructors

Instance Method Summary

Instance methods inherited from module Cd::AsAnyEntry

append(text) append, basedir basedir, basename(suffix : String | Nil = nil) basename, chmod(mode : Int) chmod, cp(dst : String)
cp(dst : AsAnyEntry)
cp
, directory?(*args) directory?, dirname dirname, executable?(*args) executable?, exists? exists?, file?(*args) file?, join(*args) join, read read, real_path real_path, remove remove, symlink? symlink?, to_dir to_dir, to_s(io : IO) to_s, touch(mode : Int | Nil = nil) touch, write(text, mode : Int | Nil = nil) write

Constructor Detail

def self.new(path : String) #

[View source]

Instance Method Detail

def path : String #

[View source]