idlesign / ist-yii-cfile

CFile provides popular functions to manipulate files both with Yii Framework and without
http://www.yiiframework.com/extension/cfile/
MIT License
57 stars 22 forks source link

Update CFile.php #18

Closed Cruiser13 closed 10 years ago

Cruiser13 commented 10 years ago

Adds function getTimeCreated(). The function does use filectime and will work properly on windows systems only because unix systems will most likely not have create time but update time only. Comes in handy on Windows Server though.

Tested and works nicely on Windows Server 2003-2012 R2 as well as Windows 7. Would love to see this integrated to keep same version.

idlesign commented 10 years ago

Thank you for the contribution.