Results 1 to 4 of 4

Thread: [RESOLVED] How to split this path location

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Resolved [RESOLVED] How to split this path location

    I have problem here, I have path location like this

    How to split this path location and only left its filename without extension *.shp


    CommonDialog4.InitDir = App.Path & "\export"
    CommonDialog4.Filter = shape
    CommonDialog4.DialogTitle = "Save selected feature"
    CommonDialog4.ShowSave
    outputfile = CommonDialog4.fileName
    Attached Images Attached Images  

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