From 868ceb0dd6c97c98b6ea313ec19b3f676fa01c2f Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Fri, 20 Mar 2015 09:09:19 +0100 Subject: [PATCH] [site] link to community --- vcs_integration_for_plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcs_integration_for_plugins.md b/vcs_integration_for_plugins.md index 292f981bd..9f42f3157 100644 --- a/vcs_integration_for_plugins.md +++ b/vcs_integration_for_plugins.md @@ -12,7 +12,7 @@ The VCS API was significantly refactored in version 6.0, and this document does ### FilePath -A [FilePath](com.intellij.openapi.vcs.FilePath) represents a path to a file or directory on disk or in the VCS repository. +A [FilePath](https://github.com/JetBrains/intellij-community/blob/master/platform/vcs-api/vcs-api-core/src/com/intellij/openapi/vcs/FilePath.java) represents a path to a file or directory on disk or in the VCS repository. Unlike a VirtualFile, a FilePath can represent a path to a file which doesn't exist on disk. The main difference between a FilePath and a java.io.File is that a FilePath caches the VirtualFile corresponding to the path, so it can be retrieved without doing a VFS search.