mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user