Closed cjhaas closed 7 years ago
Super awesome abstraction but in reality I just don't need to do that much. Just, is_file, is_dir, rmdir, rm and file_exists.
is_file
is_dir
rmdir
rm
file_exists
Use a custom Abstract class or interface to make testing simpler, too.
Super awesome abstraction but in reality I just don't need to do that much. Just,
is_file
,is_dir
,rmdir
,rm
andfile_exists
.Use a custom Abstract class or interface to make testing simpler, too.