rejetto forum

my sub-folder didnt appear in HFS

nulogic · 11 · 9679

0 Members and 1 Guest are viewing this topic.

Offline nulogic

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
im not sure if this problem is a bug or not and i discovered this last nite....
2 folders (sub-folder) didnt appear in HFS 2.3b build 160....  ???

my 'mp3' folder contains several folders. all sub-folders appeared well BUT not a sub-folder named 'Mix-up'. in 'sofware' folder, 'Snagit 8' folder is missing.... what's actually happen?

i didnt apply any folder filter...something wrong with folders name?...pls help....

usr: helpme
pss: helpme

this is main folder --> http://nulogic.no-ip.org/software/

you may notice that there is no 'snagit 8' folder...  :o
but if you append this "Snagit%208/" (w/o quotation) to the URL... you go directly to that folder....why this happen?
« Last Edit: December 05, 2007, 11:43:57 PM by nulogic »


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
I think it might be a setting for the snagit 8 folder in the virtual file system, I checked and the folder exists if you type the url but it isnt displayed in the template or the files.lst so it isnt a template issue.

is the software folder a real folder or a virtual folder with real/virtual folders manually added inside it in the vfs? If its a virtual folder with the subfolders manually added via hfs I would double check that the snagit 8 folder hasn't accidentally been hidden.


Offline nulogic

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
software folder is a real-folder and i didnt manually added any real/virtual subfolder into it.snagit 8 folder is not hidden on my PC. so it should appear in my HFS but not.whats wrong?  :'(

theorically, if i added software folder as real-folder,it should list all of folders in it. im just wondering why this problem happen....if i append "Snagit%208/" to the URL, i can access snagit 8 folder because its actually there...just didnt list on HFS...

any explanation?

link to my server is at the 1st post.
« Last Edit: December 06, 2007, 06:28:32 AM by nulogic »


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
Might be a bug, because you are right when you say that a real folder should list all the sub folders.

Edit:Does the folder have a system attribute?
« Last Edit: December 06, 2007, 06:50:08 AM by Foggy »


Offline nulogic

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
what's wrong with my list...

i'm just check total dir in software folder....
there are 161 folders in it and ONLY 122 folders listed in HFS...

below i attach the list of folder in software.....
sumbody help meee...


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
can you hover your mouse over the software folder in hfs and take a screenshot of the tool tip info that is displayed.

If the folders dont have any hidden or system attributes everything should be working fine, Im thinking there might be a bug.

Do any of the missing folders have non A-Z characters?


Offline nulogic

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
if this is a bug can anyone confirm it?

foggy, i attach a screenshot of the tooltip as you ask...

Quote
Do any of the missing folders have non A-Z characters?
do you mean contain numerics? some missing folder only hv alphabets e.g: XYplorer.
my folders name are combination of A-Z, 0-9, +, -, _, (dot).


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
do you mean contain numerics? some missing folder only hv alphabets e.g: XYplorer.
my folders name are combination of A-Z, 0-9, +, -, _, (dot).

I was talking about chineese characters and any other non standard english characters, but those names are fine.

There is nothing wrong with the permissions on the software folder, so my only other guess before I give up and say its a bug is that the folders on your hdd might have a hidden or system attribute. to check this, goto "menu > Virtual file system > List files with system attribute" and do the same for "List files with Hidden attribute" then reload the software folder in your browser and see if they are listed.


Offline nulogic

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
you're right!!!!

i'd checked List files with <system> attr and all folders are listed....TQ for your help ;)
« Last Edit: December 06, 2007, 07:41:14 AM by nulogic »


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
You might want to remove the system attributes from those folders because with show system attributes hfs may show system files.

you can use this command prompt command to remove the system attribute from the folders, just open a command prompt in your software folder and then run this
Code: [Select]
for /D %a IN (*) DO attrib -s "%~Fa"You will then be able to disable "List files with system attributes"


Offline nulogic

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
you're my saviour....
thanx for the tip....

i've already remove the sys attr using attrib -s /S /D.
thank you, bro