java.io.FileNotFoundException: Access Denied

Im getting this when I run my program but the file is fefinately in the folder. Can anybody suggest why I am still getting this?

java.io.FileNotFoundException: P:\Useful Docs\Programming\Java\Automated Texting\Automated Texting (Access is denied)

[259 byte] By [paul_carrona] at [2007-11-27 10:21:56]
# 1

> java.io.FileNotFoundException: P:\Useful

> Docs\Programming\Java\Automated Texting\Automated

> Texting (Access is denied)

You need access to the file - the access depends on what you want to do (read, write ...)

aniseeda at 2007-7-28 17:12:58 > top of Java-index,Java Essentials,New To Java...
# 2

Head not with it today. Cheers.

paul_carrona at 2007-7-28 17:12:58 > top of Java-index,Java Essentials,New To Java...