Home » Developer & Programmer » Forms » how to get the date and time of file modification
how to get the date and time of file modification [message #445347] Mon, 01 March 2010 00:55 Go to next message
havok
Messages: 36
Registered: February 2010
Member
I need get access a property (time of last modification) file winword.
Please help me with this. How get it?
Maybe you can give an example?

[Updated on: Mon, 01 March 2010 00:57]

Report message to a moderator

Re: how to get the date and time of file modification [message #445506 is a reply to message #445347] Tue, 02 March 2010 04:44 Go to previous messageGo to next message
javed.khan
Messages: 340
Registered: November 2006
Location: Banglore
Senior Member

Where in Oracle Database? Is that like ..whenever somebody changes a file something shud happen and one row shud insert into the Database that it has been updated or modified by Mr. Tom,Dick or Harry?

Jak
Re: how to get the date and time of file modification [message #445596 is a reply to message #445506] Tue, 02 March 2010 21:06 Go to previous messageGo to next message
havok
Messages: 36
Registered: February 2010
Member
I did not understand what you wanted to tell me ... I thought my problem. WebUtil has function JAVA_FILE.LastModified

declare
...
a NUMBER;
obj ORA_JAVA.JOBJECT;
...
obj: = JAVA_FILE.new ('D:\tmp.doc');
a:=JAVA_FILE.lastModified(obj)/1000;

A long value representing the time the file was last modified, measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970)
Re: how to get the date and time of file modification [message #447396 is a reply to message #445596] Mon, 15 March 2010 01:05 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Sorry that I have been so long in replying. Have you solved your problem?

Have you considered opening the Word document using the standard method (search this forum for 'word') and then trying to access the 'property' information through the API?

David
Previous Topic: Vertical scroll bar is not showing properly
Next Topic: I have a problem with the view (merged by CM)
Goto Forum:
  


Current Time: Fri Sep 20 10:39:55 CDT 2024