From 6c77cc430b1e78bd3d0acf1cc078e60775647956 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 17 Nov 2008 19:16:43 +0100 Subject: Implement Quick Connect feature --- vfs/uVFSprototypes.pas | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vfs/uVFSprototypes.pas') diff --git a/vfs/uVFSprototypes.pas b/vfs/uVFSprototypes.pas index 35d6d8f..a67b303 100644 --- a/vfs/uVFSprototypes.pas +++ b/vfs/uVFSprototypes.pas @@ -232,6 +232,9 @@ type // Try to change the directory when correct permissions TVFSGetPath = function (g:TVFSGlobs): PChar; cdecl; // Returns the current working path (not all plugins can support this; just return '/' in this case) + TVFSGetPathURI = function (g:TVFSGlobs): PChar; cdecl; + // Returns the current working path in the URI form + // !!!!!!!!!!! k temhle (a vsem ostatnim) funkcim pridat komentar, kdo ma vubec pamet dealokovat + udelat review pluginus TVFSGetFileSystemSize = function (g:TVFSGlobs; const APath: PChar): Int64; cdecl; // Gets the size of filesystem; the path is optional, specified to recognize various mounted filesystems in the tree TVFSGetFileSystemFree = function (g:TVFSGlobs; const APath: PChar): Int64; cdecl; -- cgit v1.2.3