.. include:: headings.inc .. module:: py.path .. currentmodule:: py.path .. highlight:: python .. _py.path: ========================================================================================================================================== |phoenix_title| **path** ========================================================================================================================================== path.py is a utility containing some very simple path utilities for Py to use |function_summary| Functions Summary ==================================== ================================================================================ ================================================================================ :func:`~py.path.cd` :func:`~py.path.ls` :func:`~py.path.pwd` :func:`~py.path.sx` ================================================================================ ================================================================================ | Functions ------------ .. function:: cd(path,usePrint=True) .. function:: ls(str='\*',fullpath=False) .. function:: pwd() .. function:: sx(str='')