<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Дата в названии файла]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=16319</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16319&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Дата в названии файла».]]></description>
		<lastBuildDate>Tue, 04 May 2021 07:10:29 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Дата в названии файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147641#p147641</link>
			<description><![CDATA[<p>Можно собрать путь в переменную, например, так:<br /></p><div class="codebox"><pre><code>path := Format(&quot;{}\ScreenSan-{}.png&quot;, A_ScriptDir, Save)</code></pre></div><p>Или так:<br /></p><div class="codebox"><pre><code>path := A_ScriptDir . &quot;\ScreenSan-&quot; . Save . &quot;.png&quot;</code></pre></div><p>А за тем отправить её как аргумент.<br /></p><div class="codebox"><pre><code>SaveScreenshotToFile(0, 0, A_ScreenWidth, A_ScreenHeight, path)</code></pre></div><p>Так и читается лучше.</p>]]></description>
			<author><![CDATA[null@example.com (KusochekDobra)]]></author>
			<pubDate>Tue, 04 May 2021 07:10:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147641#p147641</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Дата в названии файла]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=147638#p147638</link>
			<description><![CDATA[<div class="codebox"><pre><code>Save := %dd%-%MM%-%YYYY%-%h%-%mm% 
SaveScreenshotToFile(0, 0, A_ScreenWidth, A_ScreenHeight, A_ScriptDir . &quot;\ScreenSan-%Save%.png&quot;)</code></pre></div><p>Выдает: ScreenSan-%Save%.png<br />Как исправить?</p>]]></description>
			<author><![CDATA[null@example.com (AlexFox)]]></author>
			<pubDate>Tue, 04 May 2021 05:59:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=147638#p147638</guid>
		</item>
	</channel>
</rss>
