[Gambas-user] File & Directory Functions: PWD, cd

Lewis Balentine lewis at ...3412...
Sun Dec 14 19:05:38 CET 2014


Private WorkDir As String

Public Sub Main()
WorkDir = Application.Dir
   ' for development and change path to our sample directory
   ' comment out next line for actual runtime program
   WorkDir = "/mnt/Data/videos"
  ...
End

Thank you gentlemen





More information about the User mailing list