pybash1 / py_everything

A python package containing all the basic functions and classes for python. From simple addition to advanced file encryption.
https://py-everything.readthedocs.io/
MIT License
12 stars 7 forks source link

py_everything.fileIO - Several functions don't work #5

Closed pybash1 closed 3 years ago

pybash1 commented 3 years ago

Describe the bug When few functions from py_everything.fileIO are executed, they give errors, which need to be fixed. However, the errors can be overcome by using "\" in cases. The functions are mk_file(), del_file() and del_dir_rec()

Device:

pybash1 commented 3 years ago

Fixed in commit f54ca20