Classic ASP Folder Object
Last updated: August 26, 2026. A FileSystemObject Folder object represents a server-side directory and exposes its files, subfolders, dates, size,…
The easy way to know
Last updated: August 26, 2026. A FileSystemObject Folder object represents a server-side directory and exposes its files, subfolders, dates, size,…
JavaScript is a cross-platform, object-oriented scripting language invented in web browsers to make web pages more dynamic and give feedback…
Last updated: August 26, 2026. The File object returned by FileSystemObject.GetFile exposes metadata and file-management methods for one server-side file.…
Last updated: August 25, 2026. DOCX and ODT documents are ZIP archives containing XML. PHP can extract their main XML…
Enable ASP Pages Turn on script executing Permit editing of metabase.xml The most commonly encountered problems Some additional links on…
Last updated: August 26, 2026. A FileSystemObject Drive object describes a local, removable, or network drive visible to the IIS…
Last updated: August 25, 2026. The VBScript Scripting.Dictionary object stores key-value pairs. It is useful for lookups, counters, and small…
Last updated: August 26, 2026. The ASP Session object stores per-visitor values across requests using a session identifier cookie. Set,…
Last updated: August 26, 2026. The ASP Application object stores values shared by every request in one IIS application. Use…