concreto Posted May 29, 2006 at 07:38 PM Report Share #30017 Posted May 29, 2006 at 07:38 PM Boas, Precisava duma ajudinha nesta treta... Ora então é o seguinte: Tenho desenvolvido um sistema de monitorização de pastas, que ao clicar num link lista os conteúdos duma certa pasta do disco e coloca-os num <table>. O código é algo do género: <html>...... ...............<% dim fs,PASTA,x set fs=Server.CreateObject("Scripting.FileSystemObject") set PASTA=fs.GetFolder("c:\test\") for each x in PASTA.files Response.write("<tr><td>" & x.Name & "</td><td>" & x.DateCreated & "</td><td>" & x.Size & "</td></tr>") next .......%>........ .........</html> A função .Files retorna os conteúdos ordenados pelo atributo .Name, gostaria de saber se alguém tem uma ideia luminosa para os retornar ordenados por .DateCreated. ? Paz! GF Link to comment Share on other sites More sharing options...
Anonym Posted August 9, 2006 at 01:35 PM Report Share #43261 Posted August 9, 2006 at 01:35 PM mas qual é o erro que dá? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now