Home path is missing the drive letter on Windows
Brought to you by:
chrsmithdemos
Originally created by: fuz...@gmail.com
What steps will reproduce the problem?
1. cindex any/path (without CSEARCHINDEX set)
2.
3.
What is the expected output?
Using .csearchindex in home dir.
What do you see instead?
Failing due to the home path missing the drive letter. In index/read.go, the line in File() getting the home dir should probably read 'home = os.Getenv("HOMEDRIVE") + os.Getenv("HOMEPATH")'
What version of the product are you using? On what operating system?
Windows 7, 64 bit
Please provide any additional information below.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: dip...@gmail.com
I am getting the following error on windows 7 64bit.
cindex.exe -list
2013/04/02 21:27:11 open \Users\dips/.csearchindex: The system cannot find the path specified.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: ssh...@gmail.com
I have got the same error as dips.