standardPaths

Return Value

Type: string[]

array of paths where files of $(U type) belong including one returned by writablePath, or an empty array if no paths are defined for $(U type). This function does not ensure if all returned paths exist and appear to be accessible directories. Note: this function does not provide caching of its results. Also returned strings are not required to be unique. It may cause performance impact to call this function often since retrieving some paths can be relatively expensive operation.

See Also

writablePath

Meta