concatenate file path properly

This commit is contained in:
Hylke Bons 2010-06-04 20:59:24 +02:00
parent 6acced712e
commit 262c1e7552

View file

@ -22,7 +22,8 @@ namespace SparkleShare {
public static class SparklePaths {
public static string SparkleTmpPath = "/tmp/sparkleshare";
public static string SparkleTmpPath =
Path.Combine ("tmp", "sparkleshare");
private static UnixUserInfo UnixUserInfo =
new UnixUserInfo (UnixEnvironment.UserName);