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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to