This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 220466

Summary: Add a 'Show File in Explorer (OS)' menu to the file popup menu
Product: utilities Reporter: ngx472 <ngx472>
Component: Open FileAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description ngx472 2012-10-20 08:35:25 UTC
This feature request is system dependent. It would open an OS Explorer window and have the file selected. It can be implemented for Windows as:
    ProcessBuilder pb = new ProcessBuilder("explorer.exe", "/select," + filename);
    pb.start();
It exists in eclipse.

Thanks
Comment 1 Jaroslav Havlin 2012-12-19 10:03:24 UTC
This issue is a duplicate of bug 203457.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 203457 ***