Top "Filesystemobject" questions

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

Extract tables from pdf (to excel), pref. w/ vba

I am trying to extract tables from pdf files with vba and export them to excel. If everything works out …

excel vba pdf filesystemobject
Text is being over written when it's supposed to be appended

This seems really easy (I've done it a million times and never had a problem), but it's killing me. I …

vba file-io filesystemobject
How can I determine if a file is locked using VBS?

I am writing a VB Script to update some files on the network. Before beginning, I want to know if …

vbscript wsh filesystemobject
How can I create a text file using JavaScript?

I am trying to create a text file using JavaScript. I have tried the following code, but this didn’t …

javascript google-chrome text-files creation filesystemobject
Order of Files collection in FileSystemObject

In VBScript, I want to get a list of files in a folder ordered by creation date. I saw that …

vbscript filesystemobject
How do I Replace a String in a Line of a Text File Using FileSystemObject in VBA?

I am trying to use FileSystemObject methods to find a specific line in a text file, and within that line …

excel file vba text filesystemobject
How to write in CSV file using VB6

How can I write per column in .csv file using VB6? I use File System Object .writeline to read and …

csv vb6 filesystemobject
VBS can't find directory - 'Path Not Found'

I have a script that obtains information about the current folders and subfolders within a specific directory. It works great, …

debugging vbscript permissions windows-server-2008-r2 filesystemobject
Directory file size calculation - how to make it faster?

Using C#, I am finding the total size of a directory. The logic is this way : Get the files inside …

c# windows winforms winapi filesystemobject
Using VBA FileSystemObject, specific file File extension

I'm using the following code to list all files with xls,xlsx or xlsm extension from folder and its subfolder. …

excel vba file directory filesystemobject