Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. Existence Detection

[Golang] Create Directory If Not Exist

March 28, 2017

Create a directory if it does not exist. Otherwise do nothing.

 read more »

[Golang] Check if File, Directory, or Symlink Exist

March 27, 2017

Check if a file, directory, or symbolic link exists, or not exists, in Go programming language.

 read more »

[Golang] Download HTML From URL

March 19, 2016 (Updated: October 10, 2018)

Download and save HTML file from given URL via Go. Do nothing if the HTML file already locally exists.

 read more »

[Makefile] Create Symbolic Link If Not Exist

March 04, 2016

Makefile - Create symbolic link if it does not exist. Otherwise do nothing.

 read more »

[Golang] Test if Item Exist in Web Storage by GopherJS

February 16, 2016

Check if an item exists (is populated) in web storage (localStorage or sessionStorage) by GopherJS.

 read more »

[Makefile] Create Directory If Not Exist

January 30, 2016

Makefile - Create a directory if it does not exist. Otherwise do nothing.

 read more »
Powered by Github Pages, Pelican, pyScss.