I need to get the name of my current directory.

If I use mappath I get the full path e.g
C:/inetpub/wwwroot/mysite/mydir

All I want is "mydir"

Any ideas how to do this ?