Categories
Tags → Filesystem Object Asp

Counting lines in text files

In this sample ASP code, we will read and count the lines in a text file. This study uses FileSystem Object and readline method.
DETAILS

Delete Folders Online

ASP does not allow you to use IO system to modify on files and folders. But with the help of FileSystem object you can delete any file on your server. Do not forget to double check permissions for this operation.
DETAILS
©2003-2008 jCay.com