T O P I C R E V I E W |
tailsu |
Posted - Dec 11 2007 : 03:42:57 AM I try to include a file that I know is in the same directory as the file that I want to include it. But when i write
#include "./"
The file list suggests a lot more files, most of which are irrelevant and definitely not in './' . Wouldn't it be logical for this specific use case, for VA X to print only the files that are in the same directory as the current file? |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Dec 11 2007 : 08:29:50 AM A very good point:
case=10458
For now if you write:
#include "../DIR_NAME/"
using the name of the current directory this will work. Alternatively if you have listbox filtering turned on in VA options you can use this while typing the file name in the #include statements, which is very helpful if you have some idea of the file name you want to select. |
|
|