|
static bool | IsAssemblyFileType (string path) |
| Returns a boolean indicating whether the specified path is that of an assembly - that is a dll or exe file. More...
|
|
static string | RelativePath (string from, string to) |
| Returns the relative path from a base directory to another directory or file. More...
|
|
static string | Canonicalize (string path) |
| Return the canonical form of a path. More...
|
|
static bool | SamePathOrUnder (string path1, string path2) |
| True if the two paths are the same or if the second is directly or indirectly under the first. Note that paths using different network shares or drive letters are considered unrelated, even if they end up referencing the same subtrees in the file system. More...
|
|
static string | Combine (string path1, params string[] morePaths) |
| Combines all the arguments into a single path More...
|
|
const uint | FILE_ATTRIBUTE_DIRECTORY = 0x00000010 |
|
const uint | FILE_ATTRIBUTE_NORMAL = 0x00000080 |
|
const int | MAX_PATH = 256 |
|
static char | DirectorySeparatorChar = Path.DirectorySeparatorChar |
|
static char | AltDirectorySeparatorChar = Path.AltDirectorySeparatorChar |
|
void NUnit.Engine.Internal.Tests.PathUtilTests.CheckDefaults |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- unittests/NUnit_3_0_1_src/src/NUnitEngine/nunit.engine.tests/Internal/PathUtilTests.cs