how to write a path a static method

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • DaSoulRed
    Forum Member
    • Aug 2007
    • 407

    how to write a path a static method

    --Save the Path to the Text file
    --strTextFilePath = Shell.GetFolder(SHF_MYDOCUMENTS).."\\CalNotes.txt" ;
    strTextFilePath = _SourceFolder.."\\AutoPlay\\Docs\\CalNotes.txt"
    --Create Table
    tbBlog = {};

    "\\AutoPlay\\Docs\\CalNotes.txt" <---- this is where the program reads so how will be rigth an static mrthod "C:\\AutoPlay\\Docs\\CalNotes.txt"

    THANKS
Working...
X