Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!feeds.news.ox.ac.uk!news.ox.ac.uk!zen.net.uk!hamilton.zen.co.uk!reader01.nrc01.news.zen.net.uk.POSTED!not-for-mail From: Nobody Subject: Re: what is the difference between st_ctime and st_mtime one is the time of last change and the other is the time of last modification, but i can not understand what is the difference between 'change' and 'modification'. Date: Sat, 29 Sep 2012 20:24:14 +0100 User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-Id: Newsgroups: comp.lang.python References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lines: 12 Organization: Zen Internet NNTP-Posting-Host: 31268699.news.zen.co.uk X-Trace: DXC=Fd\dIa0hTU\4oFHPKRD_mRa0UP_O8AJo\=dR0\ckLKGPWeZ<[7LZNRV=5P_nN<;dDWM2Z^cWRFGA[5`3d>M^BDg_ X-Complaints-To: abuse@zen.co.uk Xref: csiph.com comp.lang.python:30525 On Fri, 28 Sep 2012 11:48:23 -0600, Kristen J. Webb wrote: > NOTE: I am a C programmer and new to python, so can anyone comment > on what the st_ctime value is when os.stat() is called on Windows? The documentation[1] says: st_ctime - platform dependent; time of most recent metadata change on Unix, or the time of creation on Windows) [1] http://docs.python.org/library/os#os.stat