My favorites
▼
|
Sign in
lineadecodigo
Web Code Samples in spanish
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
lineadecodigo_asp
/
ficheros
/
crear-directorio.asp
r478
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
%>
Show details
Hide details
Change log
r82
by vcuervo on Jan 17, 2009
Diff
Crear un directorio con ASP
Go to:
/trunk/lineadecodigo_asp/ficheros
...sp/ficheros/crear-directorio.asp
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 265 bytes, 11 lines
View raw file
Powered by
Google Project Hosting