| Revision: | 150 |
| Committed: | Thu Oct 4 16:00:13 2012 UTC (13 years, 5 months ago) by nino.borges |
| Content type: | text/x-python |
| File size: | 256 byte(s) |
| Log Message: | Added the DDSC Logo to the repository and gatherpathforbegno.py |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | nino.borges | 150 | """ |
| 2 | |||
| 3 | GatherPathForBegNo | ||
| 4 | |||
| 5 | A simple program for Martha. She has a dir of files and a db of begno and file name. | ||
| 6 | The vendor forgot to give her a path. This program takes begno|Filename, finds that | ||
| 7 | file and gives you begno|path | ||
| 8 | |||
| 9 | """ | ||
| 10 | |||
| 11 | |||
| 12 | import os | ||
| 13 |