Questions tagged [fso]

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

The FileSystemObject (FSO) Object Model is used to access the local file system. Among other things, it provides methods for

  • reading file properties
  • creating and deleting files and folders
  • reading from files

For a complete list, visit the documentation link below.

Questions using the tag are expected to relate to programming

Links:

118 questions
0
votes
1 answer

ASP processing of text file data: FSO vs. XML/DOM

For reading and writing to text files stored within the same folder structure as a given ASP web site application, how much processing efficiency difference is there between storing the text data in a traditional INI or "flat-file" structure via…
Skatterbrainz
  • 1,077
  • 5
  • 23
  • 31
0
votes
1 answer

how to prevent hidden folder from being searched?

i am new to vbscript but i need to write a vbscript to create a new directory and set it attributes to hidden... now i want it shouldn't be shown when user searched for the hidden folders. can someone help how i can achieve this?? here is my small…
Cukoo
  • 1
  • 1
0
votes
2 answers

How to write data to textfile using JavaScript

I have some problem to write date to a file Test.txt by using JavaScript. I have find answer in good too but I am still can't solve it. This is my code