Added custom I/O control support to the CIFS server to support the client

side Windows application to expose repo specific functions such as check in/out.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2058 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2005-12-22 15:04:54 +00:00
parent 12c2495a07
commit 927c58f048
8 changed files with 401 additions and 76 deletions

View File

@@ -48,8 +48,6 @@ public final class FileName
public static String buildPath(String dev, String path, String filename, char sep)
{
// Debug.println ( "BuildPath: dev=" + dev + ", path=" + path + ",filename=" + filename);
// Build the path string
StringBuffer fullPath = new StringBuffer();
@@ -102,10 +100,6 @@ public final class FileName
fullPath.append(filename);
}
// Debug
// Debug.println ( "BuildPath: " + fullPath.toString ());
// Convert the file seperator characters in the path if we are not using the normal
// DOS file seperator character.