Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
100 views

How can I find the newest .pl file in a directory and all its subdirectories using Perl?

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 paths ...
2
votes
4answers
1k views

DateCreated column in Sql Server?

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 ...
1
vote
3answers
590 views

In XSLT, how can you get the file creation/modification date of the XML file?

I would like to know the file creation/modification date of the XML file currently being processed by my XSLT code. I am processing an XML file and producing an HTML report. I'd like to include the ...
0
votes
1answer
27 views

Rails 3.1 - timestamps in model and delayed time

I have generated a model in my Rails app (3.1) and I have a problem about saving the time into the DB table (through timestamps). The time is delayed of one hour. Exist any global solution of set up ...
0
votes
1answer
51 views

Can I customize column names for an abstract domain class in Grails?

I have an Abstract Domain Class in Grails wich has fields that all the other class will use, so the other class extends of it. This field are audit fields. So I use the automatic timestamp fields: ...
0
votes
1answer
73 views

Modify Date Created Attribute

How to modify "Date Created" attribute of files and folders in FAT32 and NTFS using .NET?
0
votes
3answers
985 views

Getting the original files create date upon upload

We have a process in place that uploads files to our website. It has become important to the users to be able to see when those files were created. I'm looking for a way to extract the original ...