Perform operations related to the file system, such as path string manipulation, creation and deletion of directories, reading and writing text/binary files, etc.. Feature List Manipulate path strings. Get the physical application directory. Create, Delete and List directories. Create, Delete, Move and Copy files. Read/Write files from/to the file system.
Use this component with care. Since it allows direct access to the file system, you can e.g. delete essential components for your app. Also be sure that, in case you use username and password to access network shares, the impersonating user does not have overly broad rights, and the username and password are not stored as plain text in a site property or the database.