<html> <body> <% Set fs=Server.CreateObject("Scripting.FileSystemObject") p=fs.GetDriveName("c:\web\hazirkod\test.gif") Response.Write("Sürücü adı: " & p) set fs=nothing %> </body> </html>