Changes

Jump to navigation Jump to search
32 bytes added ,  11:34, 14 June 2013
m
Text replace - "| width='90' | '''Signatures'''" to "| width='120' | '''Signatures'''"
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:list|$dir as xs:string|xs:string*}}<br />{{Func|file:list|$dir as xs:string, $recursive as xs:boolean|xs:string*}}<br />{{Func|file:list|$dir as xs:string, $recursive as xs:boolean, $pattern as xs:string|xs:string*}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:read-binary|$path as xs:string|xs:base64Binary}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:read-text|$path as xs:string|xs:string}}<br />{{Func|file:read-text|$path as xs:string, $encoding as xs:string|xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:read-text-lines|$path as xs:string|xs:string}}<br />{{Func|file:read-text-lines|$path as xs:string, $encoding as xs:string|xs:string*}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:create-dir|$dir as xs:string|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:create-temp-dir|$prefix as xs:string, $suffix as xs:string|xs:string}}<br />{{Func|file:create-temp-dir|$prefix as xs:string, $suffix as xs:string, $dir as xs:string|xs:string}}
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:create-temp-file|$prefix as xs:string, $suffix as xs:string|xs:string}}<br />{{Func|file:create-temp-file|$prefix as xs:string, $suffix as xs:string, $dir as xs:string|xs:string}}
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:delete|$path as xs:string|empty-sequence()}}<br />{{Func|file:delete|$path as xs:string, $recursive as xs:boolean|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:write|$path as xs:string, $items as item()*|empty-sequence()}}<br />{{Func|file:write|$path as xs:string, $items as item()*, $params as item()|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:write-binary|$path as xs:string, $value as basex:binary|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:write-text|$path as xs:string, $value as xs:string|empty-sequence()}}<br />{{Func|file:write-text|$path as xs:string, $value as xs:string, $encoding as xs:string|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:write-text-lines|$path as xs:string, $values as xs:string*|empty-sequence()}}<br />{{Func|file:write-text-lines|$path as xs:string, $values as xs:string*, $encoding as xs:string|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:append|$path as xs:string, $items as item()*|empty-sequence()}}<br />{{Func|file:append|$path as xs:string, $items as item()*, $params as item()|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:append-binary|$path as xs:string, $value as basex:binary|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:append-text|$path as xs:string, $value as xs:string|empty-sequence()}}<br />{{Func|file:append-text|$path as xs:string, $value as xs:string, $encoding as xs:string|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:append-text-lines|$path as xs:string, $values as xs:string*|empty-sequence()}}<br />{{Func|file:append-text-lines|$path as xs:string, $values as xs:string*, $encoding as xs:string|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:copy|$source as xs:string, $target as xs:string|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:move|$source as xs:string, $target as xs:string|empty-sequence()}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:exists|$path as xs:string|xs:boolean}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:is-dir|$path as xs:string|xs:boolean}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:is-file|$path as xs:string|xs:boolean}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:last-modified|$path as xs:string|xs:dateTime}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:size|$file as xs:string|xs:integer}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:base-name|$path as xs:string|xs:string}}<br />{{Func|file:base-name|$path as xs:string, $suffix as xs:string|xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:dir-name|$path as xs:string|xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:path-to-native|$path as xs:string|xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:resolve-path|$path as xs:string|xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Func|file:path-to-uri|$path as xs:string|xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Code|'''file:dir-separator'''() as xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Code|'''file:path-separator'''() as xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Code|'''file:line-separator'''() as xs:string}}<br />
|-
{| width='100%'
|-
| width='90120' | '''Signatures'''
|{{Code|'''file:temp-dir'''() as xs:string}}<br />
|-
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu