phpfreaks member Posted March 3, 2007 Share Posted March 3, 2007 how do i do that? Link to comment https://forums.phpfreaks.com/topic/40978-check-if-a-file-is-hidden/ Share on other sites More sharing options...
ted_chou12 Posted March 3, 2007 Share Posted March 3, 2007 can you even hide a file in online directories? ??? I dont see that option exist in my ftp program that I use. Ted Link to comment https://forums.phpfreaks.com/topic/40978-check-if-a-file-is-hidden/#findComment-198454 Share on other sites More sharing options...
phpfreaks member Posted March 3, 2007 Author Share Posted March 3, 2007 Im running php on windows Link to comment https://forums.phpfreaks.com/topic/40978-check-if-a-file-is-hidden/#findComment-198463 Share on other sites More sharing options...
JasonLewis Posted March 3, 2007 Share Posted March 3, 2007 i dont think it is possible, because i dont think you can retrive the properties of files in php. except the CHMOD settings, but then again, i may be wrong. Edit: i do have a suggestion. why not just place, on the first line or something... a variable or something that says hidden is equal to 1. or true. then when checking just read the first or second line or watever and see if that variable is set to true or 1. Link to comment https://forums.phpfreaks.com/topic/40978-check-if-a-file-is-hidden/#findComment-198464 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.