<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FATFS_Pathname</title><link>https://sourceforge.net/p/avr-ada/wiki/FATFS_Pathname/</link><description>Recent changes to FATFS_Pathname</description><atom:link href="https://sourceforge.net/p/avr-ada/wiki/FATFS_Pathname/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 24 Jul 2012 04:21:27 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/avr-ada/wiki/FATFS_Pathname/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage FATFS_Pathname modified by Warren W. Gay VE3WWG</title><link>https://sourceforge.net/p/avr-ada/wiki/FATFS_Pathname/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Warren W. Gay VE3WWG</dc:creator><pubDate>Tue, 24 Jul 2012 04:21:27 -0000</pubDate><guid>https://sourceforge.net06eb9c12f5014229d1300dea1edaf2fe2459c9da</guid></item><item><title>WikiPage FATFS Pathname modified by Warren W. Gay VE3WWG</title><link>https://sourceforge.net/p/avr-ada/wiki/FATFS%2520Pathname/</link><description># FATFS - Pathname Operations #

## Is_Separator ##
The following function returns True, when Ch represents a file separator ('' or '/'):
    
    function Is_Separator(Ch : Character) return Boolean;


## Filename_Index ##
The following function returns the String subscript of where the first file name character begins. The function skips over the directory portion of the Pathname:
    
    function Filename_Index(Pathname : String) return Natural;


## Parse_Filename ##
The following procedure parses Name into separate Base and Extension components according to the DOS 8.3 file naming convention (long file names are not supported):
    
    procedure Parse_Filename(Base, Ext : out String; Name : String; OK : out Boolean);
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Warren W. Gay VE3WWG</dc:creator><pubDate>Tue, 24 Jul 2012 04:08:06 -0000</pubDate><guid>https://sourceforge.net6c0a09a0bbed66727d2ed7ff029a2626005474fc</guid></item></channel></rss>