<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Удаление сразу нескольких фалов/папок drag n drop]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17247&amp;type=atom" />
	<updated>2022-07-17T00:42:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17247</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление сразу нескольких фалов/папок drag n drop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153895#p153895" />
			<content type="html"><![CDATA[<p>Ааа, я просто парсинг добавил и </p><div class="codebox"><pre><code>FileDelete, %A_LoopField%</code></pre></div><p>Спасибо).</p>]]></content>
			<author>
				<name><![CDATA[Logonius]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42542</uri>
			</author>
			<updated>2022-07-17T00:42:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153895#p153895</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Удаление сразу нескольких фалов/папок drag n drop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153892#p153892" />
			<content type="html"><![CDATA[<p>Подсказка: посмотрите, что в переменной A_GuiEvent.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2022-07-16T15:39:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153892#p153892</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Удаление сразу нескольких фалов/папок drag n drop]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=153890#p153890" />
			<content type="html"><![CDATA[<p>Привет, есть код, нашел.<br /></p><div class="codebox"><pre><code>
Gui, Font, s10, Courier New
Gui, Add, Edit, w640 r33 vMyEdit c1212F2, &lt; Перетащите любые файлы сюда &gt;
Gui, Show
Return

GuiDropFiles:
StringSplit, F, A_GuiEvent, `n
FileRead, Text, %F1%
FileDelete, %F1%
Return

GuiClose:
GuiEscape:
 ExitApp
</code></pre></div><p>Как сделать, чтоб при перетаскивании в окно 3-10-50 файлов удалились все, а не 1 файл, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Logonius]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42542</uri>
			</author>
			<updated>2022-07-16T14:17:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=153890#p153890</id>
		</entry>
</feed>
