Home | History | Annotate | Download | only in io

Lines Matching refs:directory

23 def FindFile(directory, filename):
24 '''Find a file under directory given the filename.
27 directory: string, directory path
34 directory, followlinks=False):
43 '''Remove the given directory and its contents recursively.
46 path: string, directory to delete
50 bool, True if directory is deleted.
51 False if errors occur or directory does not exist.
67 path: string, directory to make
72 bool, True if directory is created.
73 False if errors occur or directory already exist.
86 """Make a temp directory based on the given path and return its path.
89 base_dir: string, base directory to make temp directory.
92 string, relative path to created temp directory