README.md

December 5, 2022 ยท View on GitHub

Application Path

Description

This code shows how to get your applications path(app.path) just like in VB6.

More Info

Submitted On
ByGene Averett
LevelBeginner
User Rating4.0 (24 globes from 6 users)
CompatibilityVB.NET
CategoryFiles
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")

Contents

  1. 1Application Path
  2. 1.1Description
  3. 1.2More Info
  4. 1.3Source Code