Differences
This shows you the differences between the selected revisions of the page.
| 2012-02-29 | 2012-03-26 | ||
| future => beta (martin) | vb.net signature (martin) | ||
| Line 5: | Line 5: | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| - | <code csharp> | + | <code csharp *> |
| public bool FileExists(string path) | public bool FileExists(string path) | ||
| + | </code> | ||
| + | |||
| + | <code vbnet *> | ||
| + | Public Function FileExists(ByVal path As String) As Boolean | ||
| </code> | </code> | ||