linux.file =============================================== .. toctree:: :maxdepth: 1 .. py:function:: linux.file.check_file(path, operator, con=False): not documented yet .. py:function:: linux.file.check_file_local(path, operator): not documented yet .. py:function:: linux.file.exists(path, con=False): not documented yet .. py:function:: linux.file.is_block(path, con=False): not documented yet .. py:function:: linux.file.is_dir(path, con=False): not documented yet .. py:function:: linux.file.is_exec(path, con=False): not documented yet .. py:function:: linux.file.is_file(path, con=False): not documented yet .. py:function:: linux.file.is_not_empty(path, con=False): not documented yet .. py:function:: linux.file.is_socket(path, con=False): not documented yet .. py:function:: linux.file.is_symlink(path, con=False): not documented yet .. py:function:: linux.file.is_writeable(path, con=False): not documented yet .. py:function:: linux.file.mkdir(path, con=False): not documented yet