When you want to deny a directory in the robots.txt is it the same if you do this:

Code:
Disallow: /scripts
or this:

Code:
Disallow: /scripts/
or is one better then then other?