I'm using db.Name (where db is the database object) to retrieve the name of my database but it returns the full path. How can I get just the name, stripping out the path?

Example:
I get - C:\My Documents\mydatabase.mdb
I want - mydatabase