This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tinypy:examples [2016/06/08 08:04] mean |
tinypy:examples [2016/06/20 08:00] (current) mean |
||
|---|---|---|---|
| Line 54: | Line 54: | ||
| print("Done") | print("Done") | ||
| - | That's where everything happens. For this simple example, we just load the file, and raise an error if we cannot | + | That's where everything happens. For this simple example, we just load the file, and raise an error if we cannot. |
| + | |||
| + | If you try this script, it will load all files ending with mp4 from the c:\\tmp\\ folder. | ||
| + | |||
| + | [[tinypyBatch2|Using the skeleton]] | ||