|-
| width='120' | '''Signatures'''
|{{CodeFunc|'''file:line-separator'''() ||as xs:string}}<br />
|-
| '''Summary'''
|-
| width='120' | '''Signatures'''
|{{CodeFunc|'''file:temp-dir'''() ||as xs:string}}<br />
|-
| '''Summary'''
|Returns the system’s default temporary-file directory.<br />
|}
==file:current-dir==
{{Mark|Introduced with Version 8.0:}}
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{Func|file:current-dir||as xs:string}}
|-
| '''Summary'''
|Returns the current working directory. - This function returns the same result as the function call {{Code|file:parent('.')}}<br />
|}
==file:base-dir==
{{Mark|Introduced with Version 8.0:}}
{| width='100%'
|-
| width='120' | '''Signatures'''
|{{Func|file:base-dir||as xs:string?}}
|-
| '''Summary'''
|Returns the parent directory of the static base URI. If the Base URI property is undefined, the empty sequence is returned. - If a static base URI exists, and if points to a local file path, this function returns the same result as the expression {{Code|file:parent(static-base-uri())}}.
|}
=Changelog=
;Version 8.0
* Added: [[#file:current-dir|file:current-dir]], [[#file:base-dir|file:base-dir]], [[#file:children|file:children]]
;Version 7.8