helper.io.path — Path

Warning

This package is not documented yet.

class dp_tornado.helper.io.path.PathHelper(category=None, path_prefix=None)[source]

Bases: dp_tornado.engine.helper.Helper

browse(path, fullpath=True, recursive=False, appendpath=None, conditions=None)[source]
cwd()[source]
dirname(path)[source]
ext(path, dot='.')[source]
is_dir(path)[source]
is_file(path)[source]
join(path, *paths)[source]
mkdir(path, mode=None)[source]
split(path)[source]