Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


February 18, 2000

Understanding VBScript: The Folder Object


RSS
View this exclusive article with VIP access -- click here to join |
See More Windows 2000 Articles Here | Reprints | Or sign up for our VIP Monthly Pass!
SideBar    Special Tools for Special Folders

Since the introduction of the file-system directory in Windows 95, Microsoft has been using directories and folders to organize files, programs, and other items that the OS needs. In the Windows OS, directories and folders differ slightly. Directories can contain only files, whereas folders can contain any type of item, including files, other folders, and custom information. An example of a nonfile, or special, folder is the Printers folder. This folder doesn't contain files but rather items that correspond to the installed printers that users access from their machines.

The File System Object (FSO) model's Folder object is the scripting counterpart of the file-system directory. However, in the context of the FSO hierarchy of objects, directories and folders are the same. Thus, the Folder object works well for accessing and manipulating most of the Windows OS's directories and folders. (For information about accessing and manipulating special folders, see the sidebar "Special Tools for Special Folders.") With the Folder object and its parent, the FileSystemObject object, you can access, create, copy, move, rename, and delete folders and their subfolders. . . .


Already a VIP member?
Please log on to view the full article

Why become a VIP member?

VIP-only online access
VIP CD delivered twice a year: offline access to the entire Windows IT Pro article library
Monthly issue of your choice of Windows IT Pro or SQL Server Magazine

Subscribe Now
Reader Comments
<p>This file-system object when used in VBScript is unable to read network drives. Says "Path not found". My network drive is mapped to the I Drive and I have tried to do<br>
<br>
<i>obj.getFolder("I:\somefolder")</i><br>
<br>
as well as<br>
<br>
<i>obj.getFolder("\\computername\share\")</i><br>
<br>
The same thing occurs in VB but not in ASP. Are there any security settings to be incorporated?</p>

Gokul Krishnan Y. March 25, 2002


<p>Regarding accessing network drivers, using the UNC syntax to locate the remote folder with the following code<br>
<br>
filesystemobj.getFolder("\\RemoteHost\share\")<br>
<br>
I've experienced that everything works fine if the RemoteHost belongs to the same NT domain of the web server that hosts the ASP pages.
That's why the access to the remote directory is tried with the security credentials of the called ASP page (the user logged to the web site).</p>

Sergio Sestili September 04, 2002


<P>I am unable to create directories using FSO object on my computer. I tried all options but I failed to create directory any where--i.e., in virtual directry or c: drive. It does not even return any error; the page is processed for much longer time, giving no results. Please try to help me.</P>

natesh June 07, 2004


code is not running i dont know, i am running it in asp page

Anonymous User November 24, 2004


the fld.delete doesn't work I am using XP and VB6 and in doesn't work can you help me??? this is my email freakofrk2@msn.com

Anonymous User January 20, 2005


You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? Register now




Top Viewed ArticlesView all articles
Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

WinInfo Short Takes: Week of November 9, 2009

An often irreverent look at some of the week's other news, including some more Windows 7 sales momentum, some Sophos stupidity, Microsoft's cloud computing self-loathing, more whining from the browser makers, Zoho's "Fake Office," and much, much more ...

Understanding File-Size Limits on NTFS and FAT

A general confusion about files sizes on FAT seems to stem from FAT32's file-size limit of 4GB and partition-size limit of 2TB. ...


Scripting Whitepapers From Development to Production: Streamlining SharePoint Deployment with DocAve Deployment Manager

Related Events WinConnections and Microsoft® Exchange Connections

Windows, Unix, Linux Interoperability

Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement