<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[QUIK -> DDE &mdash; lfs.dll - Lua File System - библиотека расширенной работы с файлами]]></title>
		<link>https://quik2dde.ru/viewtopic.php?id=332</link>
		<atom:link href="https://quik2dde.ru/extern.php?action=feed&amp;tid=332&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «lfs.dll - Lua File System - библиотека расширенной работы с файлами».]]></description>
		<lastBuildDate>Sat, 12 Dec 2020 15:46:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: lfs.dll - Lua File System - библиотека расширенной работы с файлами]]></title>
			<link>https://quik2dde.ru/viewtopic.php?pid=2907#p2907</link>
			<description><![CDATA[<p><span style="color: #CCCCCC">&lt; reserved &gt;</span></p>]]></description>
			<author><![CDATA[null@example.com (swerg)]]></author>
			<pubDate>Sat, 12 Dec 2020 15:46:24 +0000</pubDate>
			<guid>https://quik2dde.ru/viewtopic.php?pid=2907#p2907</guid>
		</item>
		<item>
			<title><![CDATA[Re: lfs.dll - Lua File System - библиотека расширенной работы с файлами]]></title>
			<link>https://quik2dde.ru/viewtopic.php?pid=2905#p2905</link>
			<description><![CDATA[<p><span style="color: #CCCCCC">&lt; reserved &gt;</span></p>]]></description>
			<author><![CDATA[null@example.com (swerg)]]></author>
			<pubDate>Sat, 12 Dec 2020 15:42:30 +0000</pubDate>
			<guid>https://quik2dde.ru/viewtopic.php?pid=2905#p2905</guid>
		</item>
		<item>
			<title><![CDATA[Re: lfs.dll - Lua File System - библиотека расширенной работы с файлами]]></title>
			<link>https://quik2dde.ru/viewtopic.php?pid=2904#p2904</link>
			<description><![CDATA[<p>Примеры:</p><p>1) Получить время модификации файла (на примере файла скрипта)</p><div class="codebox"><pre><code>-- выводит путь и время модификации файла скрипта
lfs = require(&#039;lfs&#039;)

function OnInit(ScriptFillPath)
    local FileTime, err = lfs.attributes(ScriptFillPath, &#039;modification&#039;)
    if err then
        message(&#039;ERROR: &#039; .. err, 3)
    else
        message(ScriptFillPath .. &#039;: &#039; .. tostring(os.date(&quot;%c&quot;, FileTime)))
    end
end</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (swerg)]]></author>
			<pubDate>Sat, 12 Dec 2020 15:40:30 +0000</pubDate>
			<guid>https://quik2dde.ru/viewtopic.php?pid=2904#p2904</guid>
		</item>
		<item>
			<title><![CDATA[lfs.dll - Lua File System - библиотека расширенной работы с файлами]]></title>
			<link>https://quik2dde.ru/viewtopic.php?pid=2903#p2903</link>
			<description><![CDATA[<ul><li><p>Готовая сборка для разных версий QUIK: [url]https://quik2dde.ru/static-img/332/lfs.dll.zip[/url]</p></li><li><p>Исходники из которых собирались выложенные DLL для этого сайта: [url]https://github.com/swerg/qlua-luafilesystem[/url]</p></li></ul>]]></description>
			<author><![CDATA[null@example.com (swerg)]]></author>
			<pubDate>Sat, 12 Dec 2020 15:24:39 +0000</pubDate>
			<guid>https://quik2dde.ru/viewtopic.php?pid=2903#p2903</guid>
		</item>
	</channel>
</rss>
