diff --git a/FileDrawer/FileTreeController.m b/FileDrawer/FileTreeController.m index a9bbd000c..b38fb08c9 100644 --- a/FileDrawer/FileTreeController.m +++ b/FileDrawer/FileTreeController.m @@ -17,7 +17,7 @@ watcher = [[FileTreeWatcher alloc] init]; [watcher setDelegate:self]; - [self setRootPath: @"/Users/xugg/Music"]; + [self setRootPath: [@"~/Music" stringByExpandingTildeInPath]]; } - (void)dealloc