<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi <br><br>I wrote a simple file manager for my program and thus I dug&nbsp; some filesystem&nbsp; classes of Qt.&nbsp; Now I have two question:<br>1-Is there a way to provide file manager an "auto-refresh" capability? I mean something like Konq in which when I create some file from Konsole, Konq will instantly show it. Do I have to implement a loop for constantly checking current directory or there is a simpler way?<br><br>2- I found Qt has lots of useful classes for filesystem related tasks (QDir,QFile,...), while python has methods of similar functionalities. I used both of them (Qt's and python's) and found no major difference in my simple program from speed aspect (although working with Qt's was simpler). I ask my question in general, which one better to use as a habit? Which one do you use for your
 serious programs? or it doesn't really matter? <br><br><br></div></div><br></body></html>