What is the difference between user variables such as PATH, TMP, etc. and system variables? I accidentally deleted the user variable PATH. What am I supposed to do? 5...
Is there a way to extract the file name from the file full path (part of a file path) without the hassle of manipulating string? The equivalent in Java...
The standard predefined macro __FILE__ available in C shows the full path to the file. Is there any way to short the path? I mean instead of /full/path/to/file.c I...
I have a little problem with ~ in my paths. This code example creates some directories called ~/some_dir and do not understand that I wanted to create some_dir in...
I looked in: C:\Documents and Settings\username\Local Settings\Application Data\Google\Chrome\User Data\Default\Extensions for unpacked extensions, but that folder is empty for me. For newer versions, where does Chrome store the files? 8...
I have read several answers on how to set environmental variables on OSX as permanently. First, I tried this, How to permanently set $PATH on Linux/Unix? but I had...
I’m trying to save an image to a folder in .NET C# but I get this exception: Access to the path 'C:\inetpub\wwwroot\mysite\images\savehere' is denied.The error occured at mscorlib because...
I recently have been moving a bunch of MP3s from various locations into a repository. I had been constructing the new file names using the ID3 tags (thanks, TagLib-Sharp!),...
We are working with a code repository which is deployed to both Windows and Linux – sometimes in different directories. How should one of the modules inside the project...
This question already has answers here: Android Gallery on Android 4.4 (KitKat) returns different URI for Intent.ACTION_GET_CONTENT (20 answers) Closed 7 years ago. Before the new gallery access in...