thanks silly me...it was of great help.
On 7/21/08, Michael Connors <[EMAIL PROTECTED]> wrote:
>
>
>
>> for fileName in glob.glob('*.mpg'):
>> print filename
>>
>>
>> Variable names are case sensitive.
> --
> Michael Connors
>
> ___
> python-uk mailin
hi ...
##
#!/usr/bin/python
#Globals here
ROOTDIR = "/home/qmss2/Desktop/sbd/hive2_ffmpegsvn/" # Root dir where ts
files are located (or recorded)
PNAME = "/data/test/"
#DAILY_UPLOAD_PATH = "/mmis-ss9952/newsroom/du-dev/"
import os,glob
### MAIN ###
os.chdir(ROOTDIR)
os.mkdir("kf"