<?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:file_os:path_info</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-09-26T16:45:04+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_disk&amp;rev=1785959027&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_ext&amp;rev=1785959028&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_folder&amp;rev=1785959028&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_name&amp;rev=1785959029&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_random_file_content&amp;rev=1785959029&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_size&amp;rev=1785959029&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_title&amp;rev=1785959030&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:is_exist&amp;rev=1785959030&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:file_os:path_info:get_disk&amp;rev=1785959027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:43:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:file_os:path_info:get_disk</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_disk&amp;rev=1785959027&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; file_os-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the name of the disk where the file is located:&quot;;
echo $file_os-&gt;get_disk(&quot;test \ test1.txt&quot;).&quot;&lt;br&gt;&quot;;

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_ext&amp;rev=1785959028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:43:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:file_os:path_info:get_ext</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_ext&amp;rev=1785959028&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; file_os-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get file extension:&quot;;
echo $file_os-&gt;get_ext(&quot;test \ test1.txt&quot;).&quot;&lt;br&gt;&quot;;

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_folder&amp;rev=1785959028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:43:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:file_os:path_info:get_folder</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_folder&amp;rev=1785959028&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; file_os-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get file folder(from relative path):&quot;;
echo $file_os-&gt;get_folder(&quot;test \ test1.txt&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get file folder(from absolute path):&quot;;
echo $file_os-&gt;get_folder($app-&gt;get_progra…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_name&amp;rev=1785959029&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:43:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:file_os:path_info:get_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_name&amp;rev=1785959029&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; file_os-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get filename:&quot;;
echo $file_os-&gt;get_name(&quot;test \ test1.txt&quot;).&quot;&lt;br&gt;&quot;;

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_random_file_content&amp;rev=1785959029&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:43:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:file_os:path_info:get_random_file_content</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_random_file_content&amp;rev=1785959029&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
  $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; file_os-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the contents of a random file like txt or php from the directory: TestFolder: &lt;br&gt;&quot;;
$file_path = $file_os-&gt;get_random_file_content(&quot;test&quot;, &quot;txt; php&quot;, false, 60);
if($file_path!= &quot;&quot;)
…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_size&amp;rev=1785959029&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:43:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:file_os:path_info:get_size</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_size&amp;rev=1785959029&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; file_os-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get file size:&quot;;
echo $file_os-&gt;get_size(&quot;test \ test1.txt&quot;).&quot;&lt;br&gt;&quot;;

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_title&amp;rev=1785959030&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:43:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:file_os:path_info:get_title</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:get_title&amp;rev=1785959030&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; file_os-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get file header(filename, no extension):&quot;;
echo $file_os-&gt;get_title(&quot;test \ test1.txt&quot;).&quot;&lt;br&gt;&quot;;

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:is_exist&amp;rev=1785959030&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T22:43:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:file_os:path_info:is_exist</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:file_os:path_info:is_exist&amp;rev=1785959030&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; file_os-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Check if the specified file exists:&quot;;
echo $file_os-&gt;is_exist(&quot;test \ test1.txt&quot;).&quot;&lt;br&gt;&quot;;

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
</rdf:RDF>
