<?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=9094</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9094&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Убрать символы после слеша».]]></description>
		<lastBuildDate>Wed, 01 Jan 2014 08:21:10 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Убрать символы после слеша]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=78729#p78729</link>
			<description><![CDATA[<p>Ещё один способ:<br /></p><div class="codebox"><pre><code>
FilePath = C:\Program Files\Internet Explorer\iexplore.exe
FolderPath := SubStr( FilePath, 1, InStr( FilePath, &quot;\&quot;,, 0, 1))

MsgBox, % FolderPath
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Wed, 01 Jan 2014 08:21:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=78729#p78729</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Убрать символы после слеша]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=78706#p78706</link>
			<description><![CDATA[<div class="codebox"><pre><code>
FilePath = C:\Program Files\Internet Explorer\iexplore.exe
FolderPath := RegExReplace(FilePath, &quot;[^\\]*$&quot;)

MsgBox, % FolderPath
</code></pre></div><p>Или так:<br /></p><div class="codebox"><pre><code>
FilePath = C:\Program Files\Internet Explorer\iexplore.exe
SplitPath, FilePath,, FolderPath
FolderPath = %FolderPath%\

MsgBox, % FolderPath
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Tue, 31 Dec 2013 10:58:37 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=78706#p78706</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Убрать символы после слеша]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=78698#p78698</link>
			<description><![CDATA[<p>Доброго времени суток,&nbsp; есть вопрос. Например у меня есть путь к файлу <em>C:\Program Files\Internet Explorer\iexplore.exe</em>, нужно убрать <em>iexplore.exe</em>, чтобы получилась просто папка(пути к файлам могут быть разные).Я знаю что можно через <em>RegExMatch</em> это сделать, но я не понимаю как.</p>]]></description>
			<author><![CDATA[null@example.com (sergeiplugatyr)]]></author>
			<pubDate>Tue, 31 Dec 2013 03:48:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=78698#p78698</guid>
		</item>
	</channel>
</rss>
