4 Topics

Member Avatar for
Member Avatar for Siberian

I'm having difficulty using Robocopy. There are two things to which I want to do with Robocopy and I'm unsure whether it is possible. First create a symbolic link which links the source to the new target and second exclude a sub-folder from the source from being included in the …

Member Avatar for Reverend Jim
0
10K
Member Avatar for Siberian

Most of us know how Symbolic links work, they point to another file or folder on the system. Symbolic links don't work with network folders. You can create a symbolic link on a networked folder to point to a local drive. The result is you point the local folder to …

Member Avatar for rproffitt
0
1K
Member Avatar for Gribouillis

Sometimes you want the value of a variable to be related to its name in the source code. For example, the variable x should have the value "var x". This is especially useful when you perform symbolic computations with python (with the sympy module for example). In standard python, the …

Member Avatar for Gribouillis
0
444
Member Avatar for kandarpa

Hi there, I want to check whether a file is a link or not. Eg: I have a directory structure as follows: mkdir -p abc/bcd/cde/def touch abc/bcd/cde/def/file cd abc/ ln -s bcd link Now, abc/link/cde/def/file is actually not a file. Its a link Now I want to remove this file …

Member Avatar for Watael
0
207

The End.