You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Joachim Rohde (Jira)" <ji...@apache.org> on 2021/11/30 13:54:00 UTC

[jira] [Commented] (NETBEANS-6243) can not create a file with, or rename a file to filename 'aux.js' or 'aux.php'

    [ https://issues.apache.org/jira/browse/NETBEANS-6243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451141#comment-17451141 ] 

Joachim Rohde commented on NETBEANS-6243:
-----------------------------------------

That's not a bug in NetBeans rather it's a legacy thing from the Windows filesystem:

 
{code:java}
Do not use the following reserved names for the name of a file:
CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed immediately by an extension; for example, NUL.txt is not recommended
{code}
Source: [https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN|https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN]

> can not create a file with, or rename a file to filename  'aux.js'   or 'aux.php'
> ---------------------------------------------------------------------------------
>
>                 Key: NETBEANS-6243
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6243
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 12.5
>            Reporter: Heinz Schweitzer
>            Priority: Major
>         Attachments: image-2021-11-29-09-40-24-836.png
>
>
> See below:
>  
> !image-2021-11-29-09-40-24-836.png!



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists