Call Path.GetFullPath; it will throw exceptions if the path is invalid.
To disallow relative paths (such as Word), call Path.IsPathRooted.
Call Path.GetFullPath; it will throw exceptions if the path is invalid.
To disallow relative paths (such as Word), call Path.IsPathRooted.