Open Target Folder: Don't error out if not dir
I want to see the alert message.
This commit is contained in:
@@ -27,9 +27,6 @@ extern "C" void
|
|||||||
process_refs(entry_ref directoryRef, BMessage* message, void*)
|
process_refs(entry_ref directoryRef, BMessage* message, void*)
|
||||||
{
|
{
|
||||||
BDirectory directory(&directoryRef);
|
BDirectory directory(&directoryRef);
|
||||||
if (directory.InitCheck() != B_OK)
|
|
||||||
return;
|
|
||||||
|
|
||||||
uint32 errors = 0;
|
uint32 errors = 0;
|
||||||
entry_ref ref;
|
entry_ref ref;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user