Results 1 to 4 of 4

Thread: [RESOLVED] get path

Threaded View

  1. #1

    Thread Starter
    Lively Member elmnas's Avatar
    Join Date
    Jul 2009
    Posts
    127

    Resolved [RESOLVED] get path

    Hello people,

    I wrote this code to pick the absolute path

    PHP Code:
    StrOldPath ActiveDocument.Path
    StrNewPath 
    Left(StrOldPathInStrRev(StrOldPath"\"))
    StrOldPath = StrOldPath & "
    \"
    StrNewPath = StrNewPath 
    here is the result I recieve from the msgbox

    C:\Users\xxxx\Desktop\tester\423434\

    I need to make a variable of the number 423434

    I need to make the number in the path to a variable could somone help me out?

    Thank you in advance
    Last edited by elmnas; Aug 13th, 2014 at 02:06 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width