file

The xweb.file object provides methods for accessing files within a site directory or the "addins" directory. Because these methods generally treat files as a collection of characters, they are better suited for manipulating files that are not structured by a Document Object Model (DOM), such as Cascading Style Sheets (CSS), as opposed to files that use a DOM structure, such as HTML files.

To manipulate DOM-structured files, use the methods in document.

Syntax

xweb.file

See Also

Concepts

file Members
xweb

  Copyright © 2011 by Microsoft Corporation. All rights reserved.