<html> <body> <% Set fs=Server.CreateObject("Scripting.FileSystemObject") Response.Write("Bu dosyanın uzantısı: ") Response.Write(fs.GetExtensionName("c:\web\hazirkod\test.gif")) set fs=nothing %> </body> </html>