yaffs added a README for yaffs_importer.py in yaffs/direct/python
[yaffs2.git] / direct / python / README_yaffs_import_py.txt
1 Readme for the yaffs_import.py file
2
3 python yaffs_import [scanning_path] [optional flags]
4
5 the scanning path needs to be the absolute path to the directory where you
6 wish to start scanning from. this function will scan all of the the
7 directories above this path and copy the all files in these directories.
8
9 example:
10         $  yaffs_importer.py /home/timothy/work/yaffs/
11
12 flags:
13         -d [number] 
14                 set the debugging message level.
15                 that debug level 0 will always be printed unless debug_level is set to -1
16                 level 0 error messages
17                 level 1 basic tasks are shown(creating, deleating,ect)(this is set as the default)
18                 level 2 all process are shown
19                 level 3 shows minor tasks such as join_paths, ect
20                 level 4 is used for bug hunting and shows each step in detail 
21         -ignore_hidden_directories
22                 will not copy ./ directories if used