thepath v1.1.0 (2023-11-04T19:22:21Z)
Dub
Repo
Path.chown
thepath
path
Path
Change owner and group of path
void
chown
(uid_t uid, gid_t gid, bool followSymlink)
struct
Path
version(Posix)
@
trusted
const
void
chown
(
in
uid_t
uid
,
in
gid_t
gid
,
in
bool
followSymlink
= true
)
void
chown
(string username, bool followSymlink)
Meta
Source
See Implementation
thepath
path
Path
constructors
this
functions
appendFile
baseName
chdir
chown
copyFileTo
copyTo
exists
expandTilde
extension
getAttributes
getSize
glob
hasAttributes
isAbsolute
isDir
isFile
isInside
isRoot
isRooted
isSymlink
isValid
join
matchGlob
mkdir
normalize
opBinary
opBinaryRight
opCmp
opEquals
openFile
parent
readFile
readFileText
readLink
realPath
relativeTo
remove
rename
searchFileUp
segments
setAttributes
symlink
toAbsolute
toHash
toString
toStringz
walk
walkBreadth
walkDepth
withExt
writeFile
static functions
current
tempDir
tempFile
Change owner and group of path