<?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:folder:get_info</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-06-27T19:52:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_all_items&amp;rev=1602668111&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_disk&amp;rev=1602668066&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_items_count&amp;rev=1602668080&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_name&amp;rev=1602668047&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_random_file&amp;rev=1602668096&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_size&amp;rev=1602668028&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:is_exist&amp;rev=1602668013&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://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/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_all_items&amp;rev=1602668111&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:35:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:folder:get_info:get_all_items</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_all_items&amp;rev=1602668111&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7012&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; folder-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get a list of all elements of the test1 directory from the directory where the script is located: &lt;br&gt;&quot;;
echo $folder-&gt;get_all_items(&quot;test1&quot;).&quot;&lt;br&gt; &lt;br&gt;&quot;;

//2
echo &quot;2.Get a list of all it…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_disk&amp;rev=1602668066&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:34:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:folder:get_info:get_disk</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_disk&amp;rev=1602668066&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; folder-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the disk of the test1 directory from the directory where the script is located:&quot;;
echo $folder-&gt;get_disk(&quot;test1&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:folder:get_info:get_items_count&amp;rev=1602668080&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:34:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:folder:get_info:get_items_count</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_items_count&amp;rev=1602668080&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; folder-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the number of items in the directory test1 from the directory where the script is located:&quot;;
echo $folder-&gt;get_items_count(&quot;test1&quot;).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get the number of items in the …</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_name&amp;rev=1602668047&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:34:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:folder:get_info:get_name</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_name&amp;rev=1602668047&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; folder-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the name of the test1 directory from the directory where the script is located:&quot;;
echo $folder-&gt;get_name(&quot;test1&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:folder:get_info:get_random_file&amp;rev=1602668096&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:34:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:folder:get_info:get_random_file</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_random_file&amp;rev=1602668096&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; folder-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get a random path to a file like txt or php from the directory: test1:&quot;;
echo $folder-&gt;get_random_file(&quot;test1&quot;, &quot;txt; php&quot;, false).&quot;&lt;br&gt;&quot;;

//2
echo &quot;2.Get a random path to a txt file from…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_size&amp;rev=1602668028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:33:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:folder:get_info:get_size</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:get_size&amp;rev=1602668028&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; folder-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the size of the test1 directory located in the directory where the script is located:&quot;;
echo $folder-&gt;get_size(&quot;test1&quot;).&quot;bytes &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:folder:get_info:is_exist&amp;rev=1602668013&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-10-14T12:33:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:folder:get_info:is_exist</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:folder:get_info:is_exist&amp;rev=1602668013&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; folder-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Check the directory that there is a directory test1 in the folder where the script is located:&quot;;
echo $folder-&gt;is_exist(&quot;test1&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>
