文件夹扫描脚本的问题

时间:2016-04-12 18:19:46

标签: python-2.7

我正在尝试创建一个扫描文件夹的python脚本。如果找到一个文件,那么它将运行一个命令。运行命令后,它将删除文件并重新开始。

以下是我所拥有的基本知识。我道歉,我对脚本很新。

def func():
    for file in folder:
         while True:
              if file:
                  os.popen(*command*)
                  time.sleep(750)
                  os.remove(*file path/file*)

              else:
                  time.sleep(5)
                  return func()

它开始很好然后在删除文件后中断。感谢先进的任何帮助!

1 个答案:

答案 0 :(得分:0)

删除无限循环(items: [{ fieldLabel: 'inputLabel1', }, { fieldLabel: 'commentLabel', readOnly:true, style:'background: transparent;border: none;', value:'some text', }, { fieldLabel: 'inputLabel2', }], ):

while True