TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mayur Gujrathi
409
3.9k
1m
Date and time property not changing after copying file from one location to other
Nov 15 2011 1:57 AM
Dear all
I am copying file from one location to other with the help of this following javascript in my current running apps folder but it is not changing its created date and time after checking its property
function copyfile()
{
var scr = '<%=ConfigurationManager.AppSettings("source_filename")%>';
var desc = '<%=ConfigurationManager.AppSettings("dest_filename")%>';
fso = new ActiveXObject("Scripting.FileSystemObject");
fso.CopyFile(scr, desc);
}
Reply
Answers (
1
)
Clearing Datagrid on Button click
Can we create a set up file for web applications in asp.net?