This will print out a list of available environment variables:
log.Info(Environment.GetEnvironmentVariables()); ----- Original Message ---- From: "Vanderkolk, John" <[EMAIL PROTECTED]> To: Log4NET User <[email protected]> Sent: Wednesday, June 27, 2007 10:10:31 AM Subject: Path Sentinels Path Sentinels Hello all, I know that ${TMP} is valid and evaluates to the user's temp directory when used in the config file for a location of a file appender. What is/where can I find a list of all such sentinels I might be able to use, and is there a way of knowing which of them will be able to be accessed be ASPNET user by default without testing them all? John VanderKolk [EMAIL PROTECTED] The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
