[GitHub] [commons-vfs] XenoAmess edited a comment on pull request #89: [VFS-443] added function FileSystemManager.toFile(FileObject fileObject)

2021-03-15 Thread GitBox
XenoAmess edited a comment on pull request #89: URL: https://github.com/apache/commons-vfs/pull/89#issuecomment-799419489 > I think we should close this in favor of using `FileObject.getPath().toFile()` instead. Good to hear there finally be a way to do so. I will test it when I

[GitHub] [commons-vfs] XenoAmess edited a comment on pull request #89: [VFS-443] added function FileSystemManager.toFile(FileObject fileObject)

2021-03-15 Thread GitBox
XenoAmess edited a comment on pull request #89: URL: https://github.com/apache/commons-vfs/pull/89#issuecomment-799419489 > I think we should close this in favor of using `FileObject.getPath().toFile()` instead. Good to hear there finally be a way to do so. I will test it when I

[GitHub] [commons-vfs] XenoAmess edited a comment on pull request #89: [VFS-443] added function FileSystemManager.toFile(FileObject fileObject)

2021-03-15 Thread GitBox
XenoAmess edited a comment on pull request #89: URL: https://github.com/apache/commons-vfs/pull/89#issuecomment-799419489 > I think we should close this in favor of using `FileObject.getPath().toFile()` instead. Good to hear there finally be a way to do so. I will test it when I

[GitHub] [commons-vfs] XenoAmess edited a comment on pull request #89: [VFS-443] added function FileSystemManager.toFile(FileObject fileObject)

2020-08-14 Thread GitBox
XenoAmess edited a comment on pull request #89: URL: https://github.com/apache/commons-vfs/pull/89#issuecomment-674346750 @pdinc-oss besides it might NOT be as easy as you think... for example, File have a function `public Path toPath()` means we must implement a corresponding Path

[GitHub] [commons-vfs] XenoAmess edited a comment on pull request #89: [VFS-443] added function FileSystemManager.toFile(FileObject fileObject)

2020-07-29 Thread GitBox
XenoAmess edited a comment on pull request #89: URL: https://github.com/apache/commons-vfs/pull/89#issuecomment-665616688 @garydgregory > -1 This is mixing two kinds of file systems which I do not think is a pattern we want to get into. Don't think so, as we have a toFileObject

[GitHub] [commons-vfs] XenoAmess edited a comment on pull request #89: [VFS-443] added function FileSystemManager.toFile(FileObject fileObject)

2020-06-22 Thread GitBox
XenoAmess edited a comment on pull request #89: URL: https://github.com/apache/commons-vfs/pull/89#issuecomment-647823878 > Is it possible to get a local file for a remote object like an HTTP URL? Even if it must copy the input stream first, it would be nice to have such functionality

[GitHub] [commons-vfs] XenoAmess edited a comment on pull request #89: [VFS-443] added function FileSystemManager.toFile(FileObject fileObject)

2020-06-22 Thread GitBox
XenoAmess edited a comment on pull request #89: URL: https://github.com/apache/commons-vfs/pull/89#issuecomment-647823878 > Is it possible to get a local file for a remote object like an HTTP URL? Even if it must copy the input stream first, it would be nice to have such functionality