Comparing File dates 2G wrote on 8/27/2003, 9:19 PM is there a way in jscript to compare the dates of 2 files? I am doing batch rendering, but I only want to render output files where the .veg file is newer than the existing render. Suggestions, code snippets? Thanks. 2G Back to post
Comments jetdv wrote on 8/28/2003, 8:34 AM You could use the System.IO calls built into the .NET framework. See this site for reference: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemIOFileSystemInfoMembersTopic.asp 1