Search w3schools.com:

SHARE THIS PAGE

ASP CreateFolder Method


FileSystemObject Object Reference Complete FileSystemObject Object Reference

The CreateFolder method creates a new folder.

Syntax

FileSystemObject.CreateFolder(name)

Parameter Description
name Required. The name of the folder to create

Example

<%
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateFolder("c:\asp")
set f=nothing
set fs=nothing
%>


FileSystemObject Object Reference Complete FileSystemObject Object Reference

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]