Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emilefyon committed Sep 2, 2012
1 parent 3691ddf commit 4b129b6
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions Readme.md
Expand Up @@ -8,19 +8,20 @@ Contribute

If you want to contribute, please follow the following syntax:

>'---------------------------------------------------------------------------------------------------------------------------------------------
>' + Function fileNameFromFullPath(ByVal txt As String) As String
>' * Description : Extract the filename of a file from his full path
>' * Specifications / limitations
>' - None
>' * Arguments
>' - ByVal txt As String : the text to search in
>'
>'
>' Last edition date : 11/07/2012
>'
>' Revisions history
>' -----------------
>' - Emile Fyon 11/07/2012 Creation
>'
>'---------------------------------------------------------------------------------------------------------------------------------------------

> '---------------------------------------------------------------------------------------------------------------------------------------------
> ' + Function fileNameFromFullPath(ByVal txt As String) As String
> ' * Description : Extract the filename of a file from his full path
> ' * Specifications / limitations
> ' - None
> ' * Arguments
> ' - ByVal txt As String : the text to search in
> '
> '
> ' Last edition date : 11/07/2012
> '
> ' Revisions history
> ' -----------------
> ' - Emile Fyon 11/07/2012 Creation
> '
> '---------------------------------------------------------------------------------------------------------------------------------------------

0 comments on commit 4b129b6

Please sign in to comment.