Asp Ref Server
# ASP Server Object
* * *
The Server object is used to access properties and methods related to the server.
* * *
![Image 2: Examples](
## Try it Yourself - Example
[When was this file last modified?](
Detect the last modification time of a file.
(
Open the file "Textfile.txt" for reading.
(
* * *
## Server Object
The ASP Server object is used to access properties and methods related to the server. The properties and methods are described as follows:
### Properties
| Property | Description |
| :--- | :--- |
| (
YouTip