jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

File Manipulation

DeEnFrSp
Amount: 36
Displaying: 1 - 10
Pages: [1] 2 3 4 >>
Sort Listings By:
Hits: 2160

Creating Text files on server

Rating 4.0 4.0
In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on server.
Platform(s): Windows Date: Jan, 07 2007
DETAIL
Hits: 515

ASP File Manipulation

Rating 3.0 3.0
This article shows how easily we can handle file through asp.
Platform(s): Windows Date: Mar, 08 2006
DETAIL
Hits: 1368

Retrieve a file from FTP server without any 3rd party component

Rating 5.0 5.0
This tutorial is aimed to show you how it is possible to retrieve a remote file via ASP and FTP without using a 3rd-party component.
Platform(s): Windows Date: Nov, 07 2005
DETAIL
Hits: 1395

Displaying Sub Folders

Rating 5.0 5.0
Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath.
Platform(s): n/a Date: Apr, 20 2004
DETAIL
Hits: 1710

Delete Folders Online

Rating 4.0 4.0
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.
Platform(s): n/a Date: Apr, 12 2004
DETAIL
Hits: 1851

Delete Files Online

Rating 4.5 4.5
Following active server pages code delete a file. Example uses FileSystem object to delete the file. Do not forget to double check permissions for this operation.
Platform(s): n/a Date: Apr, 12 2004
DETAIL
Hits: 1484

Checking Files Exists

Rating 5.0 5.0
If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is 'FileExists' that we will use it now.
Platform(s): n/a Date: Jan, 25 2004
DETAIL
Hits: 2067

Copying Folders (using File System Object)

Rating 2.5 2.5
If you want to copy some foldes to another folder, first create a File System Object. CopyFolder method will help you to copy folder to another folder.
Platform(s): n/a Date: Jan, 25 2004
DETAIL
Hits: 2381

Copying Files (using File System Object)

Rating 2.5 2.5
Sometimes you need to copy files to another folder. First you should require to use FSO (File System Object.) CopyFile method of FSO is the simplest way to copy the files. Following sample code will copy some files to another folder.
Platform(s): n/a Date: Jan, 25 2004
DETAIL
Hits: 1123

file information

Rating 0.0 0.0
This example displays some useful file examples . Last accessed , last modified and when the file was created
Platform(s): n/a Date: Apr, 18 2005
DETAIL
Amount: 36
Displaying: 1 - 10
Pages: [1] 2 3 4 >>