My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
<%
dim fso, carpeta
carpeta = "c:\miCarpeta"

Set fso = CreateObject("Scripting.FileSystemObject")

'Comprobamos si existe la carpeta. Si no existe la creamos
if (Not fso.FolderExists(carpeta)) then
Set fol = fso.CreateFolder(carpeta)
end if
%>

Change log

r82 by vcuervo on Jan 17, 2009   Diff
Crear un directorio con ASP
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 265 bytes, 11 lines
Powered by Google Project Hosting