README.md
December 5, 2022 ยท View on GitHub
Description
This code shows how to get your applications path(app.path) just like in VB6.
More Info
| Submitted On | |
| By | Gene Averett |
| Level | Beginner |
| User Rating | 4.0 (24 globes from 6 users) |
| Compatibility | VB.NET |
| Category | Files |
| World | .Net (C#, VB.net) |
| Archive File |
Source Code
Public Apath As String = System.Environment.CurrentDirectory
'example:
FileCopy(Apath & ".\images\Yellow.jpg", ofile1 & "Yellow.jpg")