user-created library files placed outside the Arduino\libraries\ directory?

By default, user-created libraries go in the libraries subdirectory of your default sketch directory:
Documents\Arduino\libraries
Is there a way to make the Arduino IDE work with user-created libraries placed outside of the Arduino\libraries\ directory?

Thank you.

Is there a way to make the Arduino IDE work with user-created libraries placed outside of the Arduino\libraries\ directory?

Yes, but it really is NOT a good idea. The #include statement can include a file using a fully defined path.

Thanks PaulS. Then I will keep the libraries in Arduino\libraries\