<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Количество файлов в папке в переменную]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5529&amp;type=atom" />
	<updated>2016-01-22T05:37:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5529</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Количество файлов в папке в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100592#p100592" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Loop, %Folder%\*, 1</code></pre></div>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2016-01-22T05:37:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100592#p100592</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Количество файлов в папке в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100591#p100591" />
			<content type="html"><![CDATA[<p><strong>Rover</strong></p><p>Считает только количество файлов, как сделать чтобы папки тоже считал?</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2016-01-22T05:28:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100591#p100591</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Количество файлов в папке в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45229#p45229" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Folder=C:\Scripts\Test

Loop, %Folder%\*
  Count:=A_Index
Msgbox, Папка %Folder% содержит %Count% файлов.</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Rover]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24940</uri>
			</author>
			<updated>2011-02-18T15:26:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45229#p45229</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Количество файлов в папке в переменную]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=45228#p45228" />
			<content type="html"><![CDATA[<p>Каким образом передать в переменную количество файлов/папок и вообще всех элементов в папке? </p><p>Спасибо</p>]]></content>
			<author>
				<name><![CDATA[Rover]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24940</uri>
			</author>
			<updated>2011-02-18T15:16:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=45228#p45228</id>
		</entry>
</feed>
