Top "Filesystemobject" questions

Object Model component on Windows systems that represents the local file system.

How do I use FileSystemObject in VBA?

Is there something that I need to reference? How do I use this: Dim fso As New FileSystemObject Dim fld …

excel vba filesystemobject
Loop Through All Subfolders Using VBA

I'm looking for a VBA script that will loop through all subfolders of a specified folder. When I say all …

vba filesystemobject
ActiveXObject in Firefox or Chrome (not IE!)

I am trying to create an ActiveXObject (to use FieSystemObject) but it's only supported in IE. Is there a way …

javascript activexobject filesystemobject
If file exists then delete the file

I have a vbscript that is used to rename files. What I need to implement into the script is something …

vbscript filesystemobject
JavaScript: Read files in folder

EDIT: I'm trying to read all the files in a specific folder and list the files in there, not read …

javascript html directory filesystemobject
How to use FileSystemObject to read file in JavaScript

I want to read a file with FileSystemObject. My code is as following: <!DOCTYPE html> <html lang="…

javascript file-io filesystemobject
Remove directory and it's contents (files, subdirectories) without using FileSystemObject

I want to know if it's possible to rewrite this piece of code: Private Sub PrepareDir(ByVal dir As String) …

excel vba filesystemobject
reading and writing a csv file using FileSystemObject

Is it possible to read and write csv files using FileSystemObject in VBA?

vba csv filesystemobject
Error: ActiveX Component Can't Create Object Scripting.FileSystemObject

I have a simple vbs-file on my drive c: with following content: Set objShell = CreateObject("Scripting.FileSystemObject") When I'm trying …

vbscript activex filesystemobject
Loop through ALL files in a folder based on 'Last Modified Date'

I need to loop through the files in a given folder in descending order of 'Last Modified Date'. In the …

loops vbscript last-modified filesystemobject