שלח תשובה

זירת השאלות

1 תשובות

  1. יש לכתוב את הקוד הבא:

    if file.exists("C: iles ile.htm") then
            response.write("File already exists")
    else
            response.write("File isnt already exists")
    End if

    יש להוסיף את מרחב השמות הבא לדף:
    <%@ Import Namespace="System.IO" %>

שלח תשובה