You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Reads the environment variable defined by `name`, and checks that it exists using Directory.Exists.
11
-
/// If no such directory exists, will return false and `value` will be null. If it does exist, will return true and `value` will be the environment variable value.
/// Reads the environment variable defined by `name`, appends the given subdirectories from `combineSubDirs` and checks that it exists using Directory.Exists.
18
-
/// If no such directory exists, will return false and `value` will be null. If it does exist, will return true and `value` will be the environment variable value.
11
+
/// If no such directory exists, will return null. If it does exist, will return the environment variable value.
0 commit comments