pathlib v0.1.2 (2015-05-22T21:01:22Z)
Dub
Repo
assertNotEqual
pathlib
Undocumented in source. Be warned that the author may not have intended to support it.
void
assertNotEqual
(
alias
predicate
= "a != b"
A
B
StringType
=
string
)
(
A
a
,
B
b
,
StringType
fmt
= "`%s` must not be equal to `%s`"
)
Meta
Source
See Implementation
pathlib
aliases
Path
functions
asNormalizedPath
asPosixPath
asWindowsPath
assertEmpty
assertEqual
assertNotEmpty
assertNotEqual
chdir
currentExePath
cwd
drive
exists
extension
extensions
fullExtension
glob
isAbsolute
isDir
isDot
isFile
isSymlink
logDebug
match
mkdir
name
normalizedData
open
parent
parents
parts
posixData
resolve
rglob
root
stem
windowsData
mixin templates
PathCommon
structs
PosixPath
WindowsPath