View Single Post
Old 01-24-2012, 09:37 PM   #416
Gauthier
Enthusiast
Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'
 
Posts: 25
Karma: 10000
Join Date: Jan 2012
Device: kindle
Environ("AppData") would not gives the good value
need
Code:
If getCalibrePath() = "" Then
    Path = Environ("ProgramFiles(x86)")
    If Path = "" Then
        Path = Environ("ProgramFiles")
    End If
    setCalibrePath Path + "\Calibre"
End If

Last edited by Gauthier; 01-24-2012 at 11:23 PM.
Gauthier is offline   Reply With Quote