datecreated Questions

3

For PowerShell commands on Windows 10, I encounter a strange behaviour. To change a file's Date created, I use: Get-ChildItem C:\testFile1.txt | % {$_.CreationTime = '01/11/2005 06:00:36'} To c...
Trembly asked 15/8, 2016 at 16:42

4

Solved

This should be a simple thing. Well, Im sure it should be simple, this is rails. The problem is: in the model all data has a field created_at. to retrieve this info in the view I use a block, wher...
Catnip asked 12/4, 2015 at 12:31

5

Is there a special way to declare a DateCreated column in a MS Sql Server table so that it will automatically fill it with the appropriate time-stamp when created? Or.. do I have to provide the da...

6

Solved

I have an .NET EXE file . I want to find the file created date and modified date in C# application. Can do it through reflection or with IO stream?
Gert asked 23/4, 2014 at 11:46

1

Solved

I am writing a short script in python that will scan through a list of folders for image files and then re-organize them. One of the optional way of organizing them i wish to have is by the date t...
Speedwriting asked 14/4, 2012 at 0:33

3

Solved

How can I scan an entire directory's contents, including its subdirectories' contents, and find the newest .pl file within them using Perl? I want to build a sorted array/list of the full file pat...
Fullfaced asked 28/9, 2011 at 14:51

2

How do I sort a directory by file creation, latest first in PHP 5.2? I am on Windows 2000.
Tilton asked 18/1, 2010 at 9:29
1

© 2022 - 2024 — McMap. All rights reserved.