AdvFile Example Code

The component provides you complete file management on server. The component is very easy to use. It provides these operations for server side file management.

  1. Complete basic file management operations such as Append, Copy, Delete, Move, Read, Rename and Write a file.

Method Name Method Description
Append Append the given source file with given data
Copy Copy the given source file to destination
Delete Delete the given source file
Move Move the given source file to destination
Read Read the given source file
Rename Rename the given source file with new name
Write Write the source file with given data

Back

© 2005 ASPFusion