Changes

Jump to navigation Jump to search
33 bytes added ,  15:29, 9 March 2023
no edit summary
| width='120' | '''Signature'''
|<pre>file:list(
$dir as xs:string, $recursive as xs:boolean := (),
$pattern as xs:string := ()
) as xs:string*</pre>
| width='120' | '''Signature'''
|<pre>file:read-binary(
$path as xs:string, $offset as xs:integer := (),
$length as xs:integer := ()
) as xs:base64Binary</pre>
| width='120' | '''Signature'''
|<pre>file:read-text(
$path as xs:string, $encoding as xs:string := (),
$fallback as xs:boolean := ()
) as xs:string</pre>
| width='120' | '''Signature'''
|<pre>file:read-text-lines(
$path as xs:string, $encoding as xs:string := (), $fallback as xs:boolean := (), $offset as xs:integer := (),
$length as xs:integer := ()
) as xs:string*</pre>
| width='120' | '''Signature'''
|<pre>file:create-temp-dir(
$prefix as xs:string, $suffix as xs:string,
$dir as xs:string := ()
) as xs:string</pre>
| width='120' | '''Signature'''
|<pre>file:create-temp-file(
$prefix as xs:string, $suffix as xs:string,
$dir as xs:string := ()
) as xs:string</pre>
| width='120' | '''Signature'''
|<pre>file:delete(
$path as xs:string,
$recursive as xs:boolean := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:write(
$path as xs:string, $items as item()*,
$params as item() := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:write-binary(
$path as xs:string, $value as xs:anyAtomicType,
$offset as xs:integer := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:write-text(
$path as xs:string, $value as xs:string,
$encoding as xs:string := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:write-text-lines(
$path as xs:string, $values as xs:string*,
$encoding as xs:string := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:append(
$path as xs:string, $items as item()*,
$params as item() := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:append-binary(
$path as xs:string,
$value as xs:anyAtomicType
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:append-text(
$path as xs:string, $value as xs:string,
$encoding as xs:string := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:append-text-lines(
$path as xs:string, $values as xs:string*,
$encoding as xs:string := ()
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:copy(
$source as xs:string,
$target as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:move(
$source as xs:string,
$target as xs:string
) as empty-sequence()</pre>
| width='120' | '''Signature'''
|<pre>file:resolve-path(
$path as xs:string,
$base as xs:string := ()
) as xs:string</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu