|
|
@ -198,7 +198,6 @@ public class FileNodeFILE implements FILE { |
|
|
|
return FRContext.getFileNodes().listWebRootFile(rootFilePath); |
|
|
|
return FRContext.getFileNodes().listWebRootFile(rootFilePath); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
return FRContext.getFileNodes().list(rootFilePath); |
|
|
|
return FRContext.getFileNodes().list(rootFilePath); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|
FRContext.getLogger().error(e.getMessage(), e); |
|
|
|
FRContext.getLogger().error(e.getMessage(), e); |
|
|
|