May 2001
Intermediate to advanced
1088 pages
30h 13m
English
| Q1: | Why can't I grant myself permission to access a file? |
| You probably typed the filename incorrectly. If you're using backslashes in the filename, make sure you use two of them. The backslash character (\) is usually used as an escape character, indicating that the next character shouldn't be interpreted as a special character but rather as just a plain character. Two backslashes (\\) turn into a single backslash because the first one says "take the next character as just a plain character." | |
| Q2: | I granted my code permission to listen for incoming socket connections; why can't I receive any? |
| You must also grant permission to accept incoming connections from any hosts that might want to connect, or use * for all ... |
Read now
Unlock full access