<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://humanemulator.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://humanemulator.net/wiki/feed.php">
        <title>Human Emulator wiki en:objects:system:file_os:path_work</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-08-07T08:46:47+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:copy&amp;rev=1785959395&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:delete&amp;rev=1785959396&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:move&amp;rev=1785959397&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:rename&amp;rev=1785959397&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:wait_copy&amp;rev=1785959398&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Human Emulator wiki</title>
        <link>https://humanemulator.net/wiki/</link>
        <url>https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:copy&amp;rev=1785959395&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:49:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:system:file_os:path_work:copy</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:copy&amp;rev=1785959395&amp;do=diff</link>
        <description>copy

Каноническая страница: https://humanemulator.net/objects/SYSTEM/file_os/path_work/copy.php

← Objects

----------

Справка Human Emulator file_os: copy

File_os“; ?&gt;

copy

copy($path,$new_path,$fail_if_exist=false);
- данная функция используется для создании копии заданного файла</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:delete&amp;rev=1785959396&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:49:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:system:file_os:path_work:delete</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:delete&amp;rev=1785959396&amp;do=diff</link>
        <description>delete

Каноническая страница: https://humanemulator.net/objects/SYSTEM/file_os/path_work/delete.php

← Objects

----------

Справка Human Emulator file_os: delete

File_os“; ?&gt;

delete

delete($path);
- данная функция используется для удаления заданного файла</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:move&amp;rev=1785959397&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:49:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:system:file_os:path_work:move</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:move&amp;rev=1785959397&amp;do=diff</link>
        <description>move

Каноническая страница: https://humanemulator.net/objects/SYSTEM/file_os/path_work/move.php

← Objects

----------

Справка Human Emulator file_os: move

File_os“; ?&gt;

move

move($path,$new_path,$fail_if_exist=false);
- данная функция используется для перемещения заданного файла</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:rename&amp;rev=1785959397&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:49:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:system:file_os:path_work:rename</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:rename&amp;rev=1785959397&amp;do=diff</link>
        <description>rename

Каноническая страница: https://humanemulator.net/objects/SYSTEM/file_os/path_work/rename.php

← Objects

----------

Справка Human Emulator file_os: rename

File_os“; ?&gt;

rename

rename($path,$new_path);
- данная функция используется для переименования заданного файла</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:wait_copy&amp;rev=1785959398&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:49:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:system:file_os:path_work:wait_copy</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:system:file_os:path_work:wait_copy&amp;rev=1785959398&amp;do=diff</link>
        <description>wait_copy

Каноническая страница: https://humanemulator.net/objects/SYSTEM/file_os/path_work/wait_copy.php

← Objects

----------

Справка Human Emulator file_os: wait_copy

file_os“; ?&gt;

wait_copy

wait_copy($path,$wait_count=2000,$wait_step=5,$is_verbose=true);
- Ожидать завершения операции копирования/перемещения файла</description>
    </item>
</rdf:RDF>
